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)

public:
property String^ ErrorCode {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

The error code that is returned from the server.

This value is included by default in the Message property.

Return to top
Show: