Compartir a través de


UITestException.Message (Propiedad)

Obtiene el mensaje que se proporcionó cuando se creó este objeto de excepción.

Espacio de nombres:  Microsoft.VisualStudio.TestTools.UITest.Extension
Ensamblado:  Microsoft.VisualStudio.TestTools.UITest.Extension (en Microsoft.VisualStudio.TestTools.UITest.Extension.dll)

Sintaxis

'Declaración
Public Overrides ReadOnly Property Message As String
public override string Message { get; }
public:
virtual property String^ Message {
    String^ get () override;
}
abstract Message : string with get
override Message : string with get
override function get Message () : String

Valor de propiedad

Tipo: System.String
Mensaje de esta excepción.

Implementaciones

_Exception.Message

Seguridad de .NET Framework

Vea también

Referencia

UITestException Clase

Microsoft.VisualStudio.TestTools.UITest.Extension (Espacio de nombres)