Jaa


RetryingEventArgs.LastException Property

Retired Content

This content and the technology described is outdated and is no longer being maintained. For more information, see Transient Fault Handling.

Gets the exception which caused the retry conditions to occur.

Namespace: Microsoft.Practices.TransientFaultHandling
Assembly: Microsoft.Practices.TransientFaultHandling.Core (in Microsoft.Practices.TransientFaultHandling.Core.dll) Version: 5.0.1118.0 (5.0.1118.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);
}

See Also

RetryingEventArgs Class

Microsoft.Practices.TransientFaultHandling Namespace