Class EvolutionLimitException
Cloud Service/Cloud Simulator only. The exception that is thrown when
an attempt has been made to evolve the schema of a table more times
than allowed by the system defined limit.
Namespace: Oracle.NoSQL.SDK
Assembly: Oracle.NoSQL.SDK.dll
Syntax
public class EvolutionLimitException : NoSQLException
Constructors
| Name | Description |
|---|---|
| EvolutionLimitException() | Initializes a new instance of EvolutionLimitException. |
| EvolutionLimitException(String) | Initializes a new instance of EvolutionLimitException with the message that describes the current exception. |
| EvolutionLimitException(String, Exception) | Initializes a new instance of EvolutionLimitException with the message that describes the current exception and an inner exception. |