Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

Gets the storage service error code.

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

Syntax

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

Property Value

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

A string containing the storage service error code.

Return to top