StorageExtendedErrorInformation Class (Microsoft.WindowsAzure.Storage)
From Microsoft Windows Azure Storage Blob
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.

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(Stream)(Stream^)(Stream)(Stream) Gets the error details from stream.


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

ReadXml(XmlReader)(XmlReader^)(XmlReader)(XmlReader) Generates a serializable StorageExtendedErrorInformation object from its XML representation.

ToString()()()() (Inherited from Object.)

WriteXml(XmlWriter)(XmlWriter^)(XmlWriter)(XmlWriter) Converts a serializable StorageExtendedErrorInformation object into its XML representation.
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. | |
| 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(Stream)(Stream^)(Stream)(Stream) | Gets the error details from stream. | |
| ReadFromStreamUsingODataLib(Stream, HttpWebResponse, String)(Stream^, HttpWebResponse^, String^)(Stream, HttpWebResponse, String)(Stream, HttpWebResponse, String) | Gets the error details from the stream using OData library. | |
| ReadXml(XmlReader)(XmlReader^)(XmlReader)(XmlReader) | Generates a serializable StorageExtendedErrorInformation object from its XML representation. | |
| ToString()()()() | (Inherited from Object.) | |
| WriteXml(XmlWriter)(XmlWriter^)(XmlWriter)(XmlWriter) | Converts a serializable StorageExtendedErrorInformation object into its XML representation. |
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.