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