Property PriorException
PriorException
Gets the prior to last exception that occurred while retrying the
operation.
Declaration
public Exception PriorException { get; }
Property Value
| Type | Description |
|---|---|
| Exception |
The prior to last exception in the Exceptions list
if the list has at least two exceptions, otherwise null.
|