WebTestEmptyTableException 构造函数 (String)

使用指定的错误消息初始化 WebTestEmptyTableException 类的新实例。

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

语法

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

参数

.NET Framework 安全性

请参见

参考

WebTestEmptyTableException 类

WebTestEmptyTableException 重载

Microsoft.VisualStudio.TestTools.WebTesting 命名空间