StorageExtendedErrorInformation.ErrorCode Property (Microsoft.WindowsAzure.Storage)
From Microsoft.WindowsAzure.Storage.Queue
C#
C++
F#
VB
StorageExtendedErrorInformation.ErrorCode Property
StorageExtendedErrorInformation::ErrorCode Property
StorageExtendedErrorInformation.ErrorCode Property
StorageExtendedErrorInformation.ErrorCode Property
Gets the storage service error code.
Namespace:
Microsoft.WindowsAzure.Storage
Assembly:
Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Syntax
C++
public:
property String^ ErrorCode {
String^ get();
internal: void set(String^ value);
}
Property Value
Type:
System.StringSystem::String^System.StringSystem.StringA string containing the storage service error code.
Return to top
Gets the storage service error code.
Syntax
C++
public: property String^ ErrorCode { String^ get(); internal: void set(String^ value); }
Property Value
Type: System.StringSystem::String^System.StringSystem.StringA string containing the storage service error code.