CloudException::ErrorMessage Property

 

Gets the error message that was returned from the server.

Namespace:   Microsoft.WindowsAzure
Assembly:  Microsoft.WindowsAzure.Common (in Microsoft.WindowsAzure.Common.dll)

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

Property Value

Type: System::String^

The error message that was returned from the server.

This value is included by default in the Message property.

Return to top
Show: