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)

public:
property Exception^ LastException {
	Exception^ get();
	private: void set(Exception^ value);
}

Property Value

Type: System::Exception^
Return to top
Show: