Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

Gets or sets the exception.

Namespace:   Microsoft.WindowsAzure.Storage
Assembly:  Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)

Syntax

 
public Exception Exception { get; set; }
 
public:
property Exception^ Exception {
	Exception^ get();
	void set(Exception^ value);
}
 
member Exception : Exception with get, set
 
Public Property Exception As Exception
Return to top