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