WebTestStoppedException 构造函数 (String)

初始化 WebTestStoppedException 类的新实例,该实例包含指定的错误消息。

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

语法

声明
Public Sub New ( _
    message As String _
)
public WebTestStoppedException(
    string message
)
public:
WebTestStoppedException(
    String^ message
)
new : 
        message:string -> WebTestStoppedException
public function WebTestStoppedException(
    message : String
)

参数

.NET Framework 安全性

请参见

参考

WebTestStoppedException 类

WebTestStoppedException 重载

Microsoft.VisualStudio.TestTools.WebTesting 命名空间