RetryingEventArgs.LastException Property
Gets the exception that caused the retry conditions to occur.
Namespace: Microsoft.Practices.EnterpriseLibrary.TransientFaultHandling
Assembly: Microsoft.Practices.EnterpriseLibrary.TransientFaultHandling (in Microsoft.Practices.EnterpriseLibrary.TransientFaultHandling.dll) Version: 6.0.0.0 (6.0.1304.0)
Syntax
public Exception LastException { get; private set; }
'Declaration
Public Property LastException As Exception
Get
Private Set
public:
property Exception^ LastException {
Exception^ get ();
private: void set (Exception^ value);
}
Property Value
Type: Exception
See Also
Microsoft.Practices.EnterpriseLibrary.TransientFaultHandling Namespace