Click or drag to resize
IntuitRetryingEventArgsLastException Property
Gets the exception which caused the retry conditions to occur.

Namespace:  Intuit.Ipp.Retry
Assembly:  Intuit.Ipp.Retry (in Intuit.Ipp.Retry.dll) Version: 4.0.0.0 (4.0.0.0)
Syntax
C#
public Exception LastException { get; }

Property Value

Type: Exception
See Also