TestResultMessage.SystemException 属性

获取或设置在关联测试运行或测试期间遇到的最新异常。

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

语法

声明
Public Property SystemException As Exception
    Get
    Set
public Exception SystemException { get; set; }
public:
property Exception^ SystemException {
    Exception^ get ();
    void set (Exception^ value);
}
member SystemException : Exception with get, set
function get SystemException () : Exception
function set SystemException (value : Exception)

属性值

类型:System.Exception
在关联测试运行或测试期间遇到的最新异常。

.NET Framework 安全性

请参见

参考

TestResultMessage 类

Microsoft.VisualStudio.TestTools.Common 命名空间