共用方式為


LoadTestAbortedEventArgs.Exception 屬性

取得導致負載測試中止的例外狀況。

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

語法

'宣告
Public ReadOnly Property Exception As Exception
public Exception Exception { get; }
public:
property Exception^ Exception {
    Exception^ get ();
}
member Exception : Exception with get
function get Exception () : Exception

屬性值

類型:Exception
Exception 物件。

.NET Framework 安全性

請參閱

參考

LoadTestAbortedEventArgs 類別

Microsoft.VisualStudio.TestTools.LoadTesting 命名空間