Class RetryableException
Base class for all exceptions that may be retried with a reasonable
expectation that the retry may succeed.
Inheritance
RetryableException
Namespace: Oracle.NoSQL.SDK
Assembly: Oracle.NoSQL.SDK.dll
Syntax
public abstract class RetryableException : NoSQLException
Constructors
Name | Description |
---|---|
RetryableException() | Initializes a new instance of RetryableException. |
RetryableException(String) | Initializes a new instance of RetryableException with the message that describes the current exception. |
RetryableException(String, Exception) | Initializes a new instance of RetryableException with the message that describes the current exception and an inner exception. |
Properties
Name | Description |
---|---|
IsRetryable | Gets the value indicating whether the operation that has thrown this exception may be retried. |