ExceptionInfo.InnerExceptionInfo Property (Microsoft.WindowsAzure.Storage)
From Microsoft.WindowsAzure.Storage.Queue
C#
C++
F#
VB
ExceptionInfo.InnerExceptionInfo Property
ExceptionInfo::InnerExceptionInfo Property
ExceptionInfo.InnerExceptionInfo Property
ExceptionInfo.InnerExceptionInfo Property
Gets the ExceptionInfo instance that caused the current exception.
Namespace:
Microsoft.WindowsAzure.Storage
Assembly:
Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Syntax
C++
public:
property ExceptionInfo^ InnerExceptionInfo {
ExceptionInfo^ get();
internal: void set(ExceptionInfo^ value);
}
Property Value
Type:
Microsoft.WindowsAzure.Storage.ExceptionInfoMicrosoft.WindowsAzure.Storage::ExceptionInfo^Microsoft.WindowsAzure.Storage.ExceptionInfoMicrosoft.WindowsAzure.Storage.ExceptionInfoAn instance of ExceptionInfo that describes the error that caused the current exception.
Return to top
Gets the ExceptionInfo instance that caused the current exception.
Syntax
C++
public: property ExceptionInfo^ InnerExceptionInfo { ExceptionInfo^ get(); internal: void set(ExceptionInfo^ value); }
Property Value
Type: Microsoft.WindowsAzure.Storage.ExceptionInfoMicrosoft.WindowsAzure.Storage::ExceptionInfo^Microsoft.WindowsAzure.Storage.ExceptionInfoMicrosoft.WindowsAzure.Storage.ExceptionInfoAn instance of ExceptionInfo that describes the error that caused the current exception.