Storage Client Library for Windows Runtime (Version 7.0)

Microsoft.WindowsAzure.Storage.Queue

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

Syntax

 
public ExceptionInfo ExceptionInfo { get; internal set; }
 
public:
property ExceptionInfo^ ExceptionInfo {
	ExceptionInfo^ get();
	internal: void set(ExceptionInfo^ value);
}
 
member ExceptionInfo : ExceptionInfo with get, internal set
 
Public Property ExceptionInfo As ExceptionInfo
	Get
	Friend Set
End Property
Return to top