共用方式為


WebTestError.StackTrace 屬性

取得或設定錯誤的堆疊追蹤。

命名空間:  Microsoft.VisualStudio.TestTools.WebTesting
組件:  Microsoft.VisualStudio.QualityTools.WebTestFramework (在 Microsoft.VisualStudio.QualityTools.WebTestFramework.dll 中)

語法

'宣告
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)

屬性值

型別:System.String
錯誤的堆疊追蹤。

備註

StackTrace 將會針對某些 ErrorTypes 成為 nullnull 參考 (即 Visual Basic 中的 Nothing)

.NET Framework 安全性

請參閱

參考

WebTestError 類別

Microsoft.VisualStudio.TestTools.WebTesting 命名空間