Class TableSizeLimitException
The exception that is thrown when table size limit has been exceeded
by writing more data than the table can support.
Namespace: Oracle.NoSQL.SDK
Assembly: Oracle.NoSQL.SDK.dll
Syntax
public class TableSizeLimitException : NoSQLException
Remarks
This exception is not retryable because the conditions that lead to it
being thrown, while potentially transient, typically require user
intervention.
Constructors
| Name | Description |
|---|---|
| TableSizeLimitException() | Initializes a new instance of TableSizeLimitException. |
| TableSizeLimitException(String) | Initializes a new instance of TableSizeLimitException with the message that describes the current exception. |
| TableSizeLimitException(String, Exception) | Initializes a new instance of TableSizeLimitException with the message that describes the current exception and an inner exception. |