Class IndexNotFoundException
The exception that is thrown when an operation attempted to access an
index that does not exist or is not in a visible state.
Namespace: Oracle.NoSQL.SDK
Assembly: Oracle.NoSQL.SDK.dll
Syntax
public class IndexNotFoundException : NoSQLException
Constructors
| Name | Description |
|---|---|
| IndexNotFoundException() | Initializes a new instance of IndexNotFoundException. |
| IndexNotFoundException(String) | Initializes a new instance of IndexNotFoundException with the message that describes the current exception. |
| IndexNotFoundException(String, Exception) | Initializes a new instance of IndexNotFoundException with the message that describes the current exception and an inner exception. |