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)

Syntax

public string ErrorMessage { get; set; }
public:
property String^ ErrorMessage {
    String^ get();
    void set(String^ value);
}
member ErrorMessage : string with get, set
Public Property ErrorMessage As String

Property Value

Type: System.String

The error message that was 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