Storage Client Library for Windows Runtime (Version 7.0)

Microsoft.WindowsAzure.Storage.Queue

Gets the type of the exception.

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

Syntax

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

Property Value

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

The type of the exception.

Return to top