Storage Client Library for Windows Runtime (Version 7.0)

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

 
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 from XML-formatted input stream.

System_CAPS_pubpropertyErrorCodeErrorCodeErrorCodeErrorCode

Gets the storage service error code.

System_CAPS_pubpropertyErrorMessageErrorMessageErrorMessageErrorMessage

Gets the storage service error message.

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