RequestResult.Exception Property (Microsoft.WindowsAzure.Storage)
From Microsoft Windows Azure Storage Blob
C#
C++
F#
VB
RequestResult.Exception Property
RequestResult::Exception Property
RequestResult.Exception Property
RequestResult.Exception Property
Gets or sets the exception.
Namespace:
Microsoft.WindowsAzure.Storage
Assembly:
Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Syntax
C++
public:
property Exception^ Exception {
Exception^ get();
void set(Exception^ value);
}
Property Value
Type:
System.ExceptionSystem::Exception^System.ExceptionSystem.ExceptionAn Exception object.
Return to top
Gets or sets the exception.
Syntax
C++
public: property Exception^ Exception { Exception^ get(); void set(Exception^ value); }
Property Value
Type: System.ExceptionSystem::Exception^System.ExceptionSystem.ExceptionAn Exception object.