StorageExtendedErrorInformation Class (Microsoft.WindowsAzure.Storage)
From Microsoft.WindowsAzure.Storage.Queue
Represents extended error information returned by the Windows Azure storage services.
Namespace:
Microsoft.WindowsAzure.Storage
Assembly:
Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Inheritance Hierarchy
System.::..Object
Microsoft.WindowsAzure.Storage.::..StorageExtendedErrorInformation
Syntax
Constructors
Name Description 
StorageExtendedErrorInformation()()()()
Initializes a new instance of the StorageExtendedErrorInformation class.
Properties
Name Description 
AdditionalDetailsAdditionalDetailsAdditionalDetailsAdditionalDetails
Gets additional error details from XML-formatted input stream.

ErrorCodeErrorCodeErrorCodeErrorCode
Gets the storage service error code.

ErrorMessageErrorMessageErrorMessageErrorMessage
Gets the storage service error message.
Methods
Name Description 
Equals(Object)(Object^)(Object)(Object) (Inherited from Object.)

GetHashCode()()()() (Inherited from Object.)

GetType()()()() (Inherited from Object.)


ReadAndParseExtendedError(IODataResponseMessage)(IODataResponseMessage^)(IODataResponseMessage)(IODataResponseMessage)
Parses the error details from the stream using OData library.


ReadFromStream(IInputStream)(IInputStream^)(IInputStream)(IInputStream) 

ReadFromStream(Stream)(Stream^)(Stream)(Stream)
Gets the error details from an XML-formatted error stream.


ReadFromStreamUsingODataLib(Stream, HttpResponseMessage, String)(Stream^, HttpResponseMessage^, String^)(Stream, HttpResponseMessage, String)(Stream, HttpResponseMessage, String)
Gets the error details from the stream using OData library.

ToString()()()() (Inherited from Object.)
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Return to top
Represents extended error information returned by the Windows Azure storage services.
Inheritance Hierarchy
System.::..ObjectMicrosoft.WindowsAzure.Storage.::..StorageExtendedErrorInformation
Syntax
Constructors
| Name | Description | |
|---|---|---|
| StorageExtendedErrorInformation()()()() | Initializes a new instance of the StorageExtendedErrorInformation class. |
Properties
| Name | Description | |
|---|---|---|
| AdditionalDetailsAdditionalDetailsAdditionalDetailsAdditionalDetails | Gets additional error details from XML-formatted input stream. | |
| ErrorCodeErrorCodeErrorCodeErrorCode | Gets the storage service error code. | |
| ErrorMessageErrorMessageErrorMessageErrorMessage | Gets the storage service error message. |
Methods
| Name | Description | |
|---|---|---|
| Equals(Object)(Object^)(Object)(Object) | (Inherited from Object.) | |
| GetHashCode()()()() | (Inherited from Object.) | |
| GetType()()()() | (Inherited from Object.) | |
| ReadAndParseExtendedError(IODataResponseMessage)(IODataResponseMessage^)(IODataResponseMessage)(IODataResponseMessage) | Parses the error details from the stream using OData library. | |
| ReadFromStream(IInputStream)(IInputStream^)(IInputStream)(IInputStream) | ||
| ReadFromStream(Stream)(Stream^)(Stream)(Stream) | Gets the error details from an XML-formatted error stream. | |
| ReadFromStreamUsingODataLib(Stream, HttpResponseMessage, String)(Stream^, HttpResponseMessage^, String^)(Stream, HttpResponseMessage, String)(Stream, HttpResponseMessage, String) | Gets the error details from the stream using OData library. | |
| ToString()()()() | (Inherited from Object.) |
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.