Partager via


TestIterationResult.ErrorStackTrace, propriété

Obtient la trace de la pile associée à un échec, le cas échéant.

Espace de noms :  Microsoft.VisualStudio.TestTools.LoadTesting
Assembly :  Microsoft.VisualStudio.QualityTools.LoadTestFramework (dans Microsoft.VisualStudio.QualityTools.LoadTestFramework.dll)

Syntaxe

'Déclaration
Public ReadOnly Property ErrorStackTrace As String
public string ErrorStackTrace { get; }
public:
property String^ ErrorStackTrace {
    String^ get ();
}
member ErrorStackTrace : string with get
function get ErrorStackTrace () : String

Valeur de propriété

Type : System.String
Trace de la pile associée à un échec.

Sécurité .NET Framework

Voir aussi

Référence

TestIterationResult Classe

Microsoft.VisualStudio.TestTools.LoadTesting, espace de noms