Class TableLimitException
Cloud Service/Cloud Simulator only. The exception that is thrown when
an attempt has been made to create a number of tables that exceeds the
system defined limit.
Namespace: Oracle.NoSQL.SDK
Assembly: Oracle.NoSQL.SDK.dll
Syntax
public class TableLimitException : NoSQLException
Constructors
| Name | Description |
|---|---|
| TableLimitException() | Initializes a new instance of TableLimitException. |
| TableLimitException(String) | Initializes a new instance of TableLimitException with the message that describes the current exception. |
| TableLimitException(String, Exception) | Initializes a new instance of TableLimitException with the message that describes the current exception and an inner exception. |