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)
Usage
'Usage
Dim instance As WebSiteCloudException
Dim value As String
value = instance.ErrorMessageFormat
instance.ErrorMessageFormat = value
Syntax
'Declaration
Public Property ErrorMessageFormat As String
public string ErrorMessageFormat { get; protected set; }
public:
property String^ ErrorMessageFormat {
String^ get ();
protected: void set (String^ value);
}
/** @property */
/** @attribute CompilerGeneratedAttribute() */
public String get_ErrorMessageFormat ()
/** @property */
/** @attribute CompilerGeneratedAttribute() */
protected void set_ErrorMessageFormat (String value)
CompilerGeneratedAttribute
public function get ErrorMessageFormat () : String
CompilerGeneratedAttribute
protected function set ErrorMessageFormat (value : String)
Property Value
A template of a message.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows Vista, Windows 7, Windows Server 2008, Windows 8.1, Windows Server 2012 R2, Windows 8 and Windows Server 2012
Target Platforms
See Also
Reference
WebSiteCloudException Class
WebSiteCloudException Members
Microsoft.WindowsAzure.Management.WebSites Namespace