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