WebTestEmptyTableException 构造函数 (String, Exception)

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

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

语法

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

参数

  • message
    类型:System.String
    解释异常原因的错误消息。
  • innerException
    类型:System.Exception
    作为当前异常原因的异常,如果没有指定内部异常,则为 nullnull 引用(在 Visual Basic 中为 Nothing)。

.NET Framework 安全性

请参见

参考

WebTestEmptyTableException 类

WebTestEmptyTableException 重载

Microsoft.VisualStudio.TestTools.WebTesting 命名空间