ConnectionFailedWebTestException 构造函数 (String, Exception)

使用指定错误信息和对作为此异常原因的内部异常的引用来初始化 ConnectionFailedWebTestException 类的新实例。

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

语法

声明
Public Sub New ( _
    message As String, _
    innerException As Exception _
)
public ConnectionFailedWebTestException(
    string message,
    Exception innerException
)
public:
ConnectionFailedWebTestException(
    String^ message, 
    Exception^ innerException
)
new : 
        message:string * 
        innerException:Exception -> ConnectionFailedWebTestException
public function ConnectionFailedWebTestException(
    message : String, 
    innerException : Exception
)

参数

备注

作为上一异常直接结果而引发的异常应在 InnerException 属性中包括对上一异常的引用。

.NET Framework 安全性

请参见

参考

ConnectionFailedWebTestException 类

ConnectionFailedWebTestException 重载

Microsoft.VisualStudio.TestTools.WebTesting 命名空间

InnerException

Message