ConnectionFailedWebTestException 构造函数 (Exception)

用对作为此异常原因的内部异常的引用初始化 ConnectionFailedWebTestException 类的新实例。

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

语法

声明
Public Sub New ( _
    innerException As Exception _
)
public ConnectionFailedWebTestException(
    Exception innerException
)
public:
ConnectionFailedWebTestException(
    Exception^ innerException
)
new : 
        innerException:Exception -> ConnectionFailedWebTestException
public function ConnectionFailedWebTestException(
    innerException : Exception
)

参数

备注

此构造函数初始化新实例的 Message 属性以使用 ConnectionFailedWebTestExceptionMessage,并考虑当前的系统区域性。

.NET Framework 安全性

请参见

参考

ConnectionFailedWebTestException 类

ConnectionFailedWebTestException 重载

Microsoft.VisualStudio.TestTools.WebTesting 命名空间

InnerException

Message