DataCollectorExceptionMessageInfo.ExceptionMessage (Propiedad)

Obtiene o establece el mensaje para la excepción que se ha producido.

Espacio de nombres:  Microsoft.VisualStudio.TestTools.Common
Ensamblado:  Microsoft.VisualStudio.QualityTools.Common (en Microsoft.VisualStudio.QualityTools.Common.dll)

Sintaxis

'Declaración
Public Property ExceptionMessage As String
public string ExceptionMessage { get; private set; }
public:
property String^ ExceptionMessage {
    String^ get ();
    private: void set (String^ value);
}
member ExceptionMessage : string with get, private set
function get ExceptionMessage () : String
private function set ExceptionMessage (value : String)

Valor de propiedad

Tipo: System.String
El mensaje para la excepción que se ha producido.

Seguridad de .NET Framework

Vea también

Referencia

DataCollectorExceptionMessageInfo Clase

Microsoft.VisualStudio.TestTools.Common (Espacio de nombres)