Compartilhar via


Propriedade DataCollectorExceptionMessageInfo.ExceptionMessage

Obtém ou define a mensagem para a exceção que ocorreu.

Namespace:  Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (em Microsoft.VisualStudio.QualityTools.Common.dll)

Sintaxe

'Declaração
Public Property ExceptionMessage As String
    Get
    Private Set
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 propriedade

Tipo: System.String
A exceção que ocorreu a mensagem.

Segurança do .NET Framework

Consulte também

Referência

DataCollectorExceptionMessageInfo Classe

Namespace Microsoft.VisualStudio.TestTools.Common