CloudException.ErrorCode Property
Gets the error code that is returned from the server.
Namespace: Microsoft.WindowsAzure
Assembly: Microsoft.WindowsAzure.Common (in Microsoft.WindowsAzure.Common.dll)
Syntax
public string ErrorCode { get; set; }
public:
property String^ ErrorCode {
String^ get();
void set(String^ value);
}
member ErrorCode : string with get, set
Public Property ErrorCode As String
Property Value
Type: System.String
The error code that is returned from the server.
Remarks
This value is included by default in the Message property.
See Also
CloudException Class
Microsoft.WindowsAzure Namespace
Return to top