Partilhar via


Propriedade TestResultErrorInfo.StackTrace

Obtém ou define o rastreamento de pilha foi coletado antes do erro associado.

Namespace:  Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (em Microsoft.VisualStudio.QualityTools.Common.dll)

Sintaxe

'Declaração
Public Property StackTrace As String
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)

Valor de propriedade

Tipo: System.String
O rastreamento de pilha foi coletado antes do erro associado.

Segurança do .NET Framework

Consulte também

Referência

TestResultErrorInfo Classe

Namespace Microsoft.VisualStudio.TestTools.Common