Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

Gets the storage service error message.

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

Syntax

 
public string ErrorMessage { get; internal set; }
 
public:
property String^ ErrorMessage {
	String^ get();
	internal: void set(String^ value);
}
 
member ErrorMessage : string with get, internal set
 
Public Property ErrorMessage As String
	Get
	Friend Set
End Property

Property Value

Type: System.StringSystem::String^System.StringSystem.String

A string containing the storage service error message.

Return to top