RetryingEventArgs::LastException Property
Gets the exception that caused the retry conditions to occur.
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^
Show: