C#
C++
F#
VB
RequestResult.ExtendedErrorInformation Property
RequestResult::ExtendedErrorInformation Property
RequestResult.ExtendedErrorInformation Property
RequestResult.ExtendedErrorInformation Property
Gets the extended error information.
Assembly: Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Syntax
C++
public: property StorageExtendedErrorInformation^ ExtendedErrorInformation { StorageExtendedErrorInformation^ get(); internal: void set(StorageExtendedErrorInformation^ value); }
member ExtendedErrorInformation : StorageExtendedErrorInformation with get, internal set
Public Property ExtendedErrorInformation As StorageExtendedErrorInformation Get Friend Set End Property
Property Value
Type: Microsoft.WindowsAzure.Storage.StorageExtendedErrorInformationMicrosoft.WindowsAzure.Storage::StorageExtendedErrorInformation^Microsoft.WindowsAzure.Storage.StorageExtendedErrorInformationMicrosoft.WindowsAzure.Storage.StorageExtendedErrorInformationA StorageExtendedErrorInformation object.