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