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 | The value indicating whether this instance is retryable. See the discussion in the remarks section. |