Constructor RetryableException
RetryableException()
Initializes a new instance of RetryableException.
Declaration
protected RetryableException()
RetryableException(String)
Initializes a new instance of RetryableException
with the message that describes the current exception.
Declaration
protected RetryableException(string message)
Parameters
| Type | Name | Description |
|---|---|---|
| String | message | A 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.
Declaration
protected RetryableException(string message, Exception inner)
Parameters
| Type | Name | Description |
|---|---|---|
| String | message | A message that describes the current exception. |
| Exception | inner | The inner exception. |