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.
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.