Propriedade WebSiteCloudException.ErrorMessageFormat
Gets a template of the actual message presented to the user.
Namespace: Microsoft.WindowsAzure.Management.WebSites
Assembly: Microsoft.WindowsAzure.Management.WebSites (em Microsoft.WindowsAzure.Management.WebSites.dll)
Uso
'Uso
Dim instance As WebSiteCloudException
Dim value As String
value = instance.ErrorMessageFormat
instance.ErrorMessageFormat = value
Sintaxe
'Declaração
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)
Valor da Propriedade
A template of a message.
Segurança de thread
Qualquer membro estático público (compartilhado no Visual Basic) desse tipo é thread-safe. Não há garantia de que qualquer membro de instância seja seguro para threads.
Plataformas
Plataformas de desenvolvimento
Windows Vista, Windows 7 e Windows Server 2008
Plataformas de destino
Consulte também
Referência
Classe WebSiteCloudException
Membros WebSiteCloudException
Namespace Microsoft.WindowsAzure.Management.WebSites