Partager via


TestResultErrorInfo.StackTrace, propriété

Obtient ou définit la trace de la pile collectée juste avant l'erreur associée.

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

Syntaxe

'Déclaration
Public Property StackTrace As String
    Get
    Set
public string StackTrace { get; set; }
public:
property String^ StackTrace {
    String^ get ();
    void set (String^ value);
}
member StackTrace : string with get, set
function get StackTrace () : String
function set StackTrace (value : String)

Valeur de propriété

Type : System.String
Trace de la pile collectée juste avant l'erreur associée.

Sécurité .NET Framework

Voir aussi

Référence

TestResultErrorInfo Classe

Microsoft.VisualStudio.TestTools.Common, espace de noms