Condividi tramite


Proprietà DataCollectorExceptionMessageInfo.ExceptionMessage

Ottiene o imposta il messaggio per l'eccezione verificatasi.

Spazio dei nomi:  Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)

Sintassi

'Dichiarazione
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)

Valore proprietà

Tipo: String
Messaggio per l'eccezione verificatasi.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

DataCollectorExceptionMessageInfo Classe

Spazio dei nomi Microsoft.VisualStudio.TestTools.Common