Udostępnij za pośrednictwem


Właściwość TestResult.ErrorStackTrace —

Zwraca lub ustawia informacje śledzenia stosu, który poprzedza błąd.

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

Składnia

'Deklaracja
<UserVisiblePropertyAttribute("{7B515CB2-DAAD-4400-9567-8B7CBC5E9C7B}")> _
Public Property ErrorStackTrace As String
[UserVisiblePropertyAttribute("{7B515CB2-DAAD-4400-9567-8B7CBC5E9C7B}")]
public string ErrorStackTrace { get; set; }
[UserVisiblePropertyAttribute(L"{7B515CB2-DAAD-4400-9567-8B7CBC5E9C7B}")]
public:
property String^ ErrorStackTrace {
    String^ get ();
    void set (String^ value);
}
[<UserVisiblePropertyAttribute("{7B515CB2-DAAD-4400-9567-8B7CBC5E9C7B}")>]
member ErrorStackTrace : string with get, set
function get ErrorStackTrace () : String
function set ErrorStackTrace (value : String)

Wartość właściwości

Typ: System.String
Informacje śledzenia stosu pochodzi z przodu błąd.

Zabezpieczenia programu .NET Framework

Zobacz też

Informacje

TestResult Klasa

Przestrzeń nazw Microsoft.VisualStudio.TestTools.Common