Storage Client Library for Windows Runtime (Version 7.0)

Microsoft.WindowsAzure.Storage.Queue

Gets a message that describes the current exception.

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

Syntax

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

Property Value

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

The error message that explains the reason for the exception, or an empty string("").

Return to top