Property IsRetryable
IsRetryable
Gets the value indicating whether the operation that has thrown
this exception may be retried.
Declaration
public override bool IsRetryable { get; }
Property Value
| Type | Description |
|---|---|
| Boolean |
For instances of RetryableException this value is
always true.
|