WebSiteCloudException.ErrorMessageFormat Property

 

Gets a template of the actual message presented to the user.

Namespace:   Microsoft.WindowsAzure.Management.WebSites
Assembly:  Microsoft.WindowsAzure.Management.WebSites (in Microsoft.WindowsAzure.Management.WebSites.dll)

Syntax

public string ErrorMessageFormat { get; protected set; }
public:
property String^ ErrorMessageFormat {
    String^ get();
    protected: void set(String^ value);
}
member ErrorMessageFormat : string with get, set
Public Property ErrorMessageFormat As String
    Get
    Protected Set
End Property

Property Value

Type: System.String

A template of a message.

See Also

WebSiteCloudException Class
Microsoft.WindowsAzure.Management.WebSites Namespace

Return to top