Storage Client Library for Windows Phone (Version 7.0)

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

 
public sealed class StorageExtendedErrorInformation
 
public ref class StorageExtendedErrorInformation sealed 
 
[<Sealed>]
type StorageExtendedErrorInformation = class end
 
Public NotInheritable Class StorageExtendedErrorInformation

Constructors

NameDescription
System_CAPS_pubmethodStorageExtendedErrorInformation()()()()

Initializes a new instance of the StorageExtendedErrorInformation class.

Properties

NameDescription
System_CAPS_pubpropertyAdditionalDetailsAdditionalDetailsAdditionalDetailsAdditionalDetails

Gets additional error details.

System_CAPS_pubpropertyErrorCodeErrorCodeErrorCodeErrorCode

Gets the storage service error code.

System_CAPS_pubpropertyErrorMessageErrorMessageErrorMessageErrorMessage

Gets the storage service error message.

Methods

NameDescription
System_CAPS_pubmethodEquals(Object)(Object^)(Object)(Object)

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()()()()

(Inherited from Object.)

System_CAPS_pubmethodGetType()()()()

(Inherited from Object.)

System_CAPS_pubmethodSystem_CAPS_staticReadAndParseExtendedError(IODataResponseMessage)(IODataResponseMessage^)(IODataResponseMessage)(IODataResponseMessage)

Parses the error details from the stream using OData library.

System_CAPS_pubmethodSystem_CAPS_staticReadFromStream(Stream)(Stream^)(Stream)(Stream)

Gets the error details from stream.

System_CAPS_pubmethodSystem_CAPS_staticReadFromStreamUsingODataLib(Stream, HttpWebResponse, String)(Stream^, HttpWebResponse^, String^)(Stream, HttpWebResponse, String)(Stream, HttpWebResponse, String)

Gets the error details from the stream using OData library.

System_CAPS_pubmethodReadXml(XmlReader)(XmlReader^)(XmlReader)(XmlReader)

Generates a serializable StorageExtendedErrorInformation object from its XML representation.

System_CAPS_pubmethodToString()()()()

(Inherited from Object.)

System_CAPS_pubmethodWriteXml(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