Condividi tramite


Proprietà WebTestError.StackTrace

Ottiene o imposta la traccia dello stack per l'errore.

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

Sintassi

'Dichiarazione
Public Property StackTrace As String
public string StackTrace { get; internal set; }
public:
property String^ StackTrace {
    String^ get ();
    internal: void set (String^ value);
}
member StackTrace : string with get, internal set
function get StackTrace () : String 
internal function set StackTrace (value : String)

Valore proprietà

Tipo: String
Traccia dello stack dell'errore.

Note

StackTrace sarà nullriferimento null (Nothing in Visual Basic) per alcuni ErrorTypes

Sicurezza di .NET Framework

Vedere anche

Riferimenti

WebTestError Classe

Spazio dei nomi Microsoft.VisualStudio.TestTools.WebTesting