Storage Client Library for Windows Runtime (Version 7.0)

Microsoft.WindowsAzure.Storage.Queue

Gets the ExceptionInfo instance that caused the current exception.

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

Syntax

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