Class TableExistsException
The exception that is thrown when attempting to a table when a table
with the same name already exists.
Namespace: Oracle.NoSQL.SDK
Assembly: Oracle.NoSQL.SDK.dll
Syntax
public class TableExistsException : NoSQLException
Constructors
| Name | Description |
|---|---|
| TableExistsException() | Initializes a new instance of TableExistsException. |
| TableExistsException(String) | Initializes a new instance of TableExistsException with the message that describes the current exception. |
| TableExistsException(String, Exception) | Initializes a new instance of TableExistsException with the message that describes the current exception and an inner exception. |