Udostępnij za pośrednictwem


Właściwość DataCollectorExceptionMessageInfo.ExceptionMessage —

Zwraca lub ustawia wiadomości dla wyjątku, który wystąpił.

Przestrzeń nazw:  Microsoft.VisualStudio.TestTools.Common
Zestaw:  Microsoft.VisualStudio.QualityTools.Common (w Microsoft.VisualStudio.QualityTools.Common.dll)

Składnia

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

Wartość właściwości

Typ: System.String
Wiadomość dla wyjątku, który wystąpił.

Zabezpieczenia programu .NET Framework

Zobacz też

Informacje

DataCollectorExceptionMessageInfo Klasa

Przestrzeń nazw Microsoft.VisualStudio.TestTools.Common