LoadTestAbortedEventArgs.Exception 属性

获取引起中止负载测试的异常。

命名空间:  Microsoft.VisualStudio.TestTools.LoadTesting
程序集:  Microsoft.VisualStudio.QualityTools.LoadTestFramework(在 Microsoft.VisualStudio.QualityTools.LoadTestFramework.dll 中)

语法

声明
Public ReadOnly Property Exception As Exception
    Get
public Exception Exception { get; }
public:
property Exception^ Exception {
    Exception^ get ();
}
member Exception : Exception
function get Exception () : Exception

属性值

类型:System.Exception
一个 Exception 对象。

.NET Framework 安全性

请参见

参考

LoadTestAbortedEventArgs 类

Microsoft.VisualStudio.TestTools.LoadTesting 命名空间