Property LastException
LastException
Gets the last exception that occurred while retrying the operation
or during its original invocation.
Declaration
public Exception LastException { get; }
Property Value
| Type | Description |
|---|---|
| Exception |
The last exception in the Exceptions list if the
list is not empty, otherwise null.
|