Sdílet prostřednictvím


DataCollectorExceptionMessageInfo.ExceptionMessage – vlastnost

Získá nebo nastaví zpráva výjimky, ke kterým došlo.

Obor názvů:  Microsoft.VisualStudio.TestTools.Common
Sestavení:  Microsoft.VisualStudio.QualityTools.Common (v Microsoft.VisualStudio.QualityTools.Common.dll)

Syntaxe

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

Hodnota vlastnosti

Typ: String
Zpráva výjimky, ke kterým došlo.

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

DataCollectorExceptionMessageInfo Třída

Microsoft.VisualStudio.TestTools.Common – obor názvů