Megosztás a következőn keresztül:


RetryingEventArgs.LastException Property

 

Gets the exception that caused the retry conditions to occur.

Namespace:   Microsoft.WindowsAzure.Common.TransientFaultHandling
Assembly:  Microsoft.WindowsAzure.Common (in Microsoft.WindowsAzure.Common.dll)

Syntax

public Exception LastException { get; private set; }
public:
property Exception^ LastException {
    Exception^ get();
    private: void set(Exception^ value);
}
member LastException : Exception with get, private set
Public Property LastException As Exception
    Get
    Private Set
End Property

Property Value

Type: System.Exception

See Also

RetryingEventArgs Class
Microsoft.WindowsAzure.Common.TransientFaultHandling Namespace

Return to top