TestObjectNotFoundException 构造函数 (String, Exception)

使用提供的消息和内部异常初始化 TestObjectNotFoundException 类的新实例。

命名空间:  Microsoft.TeamFoundation.TestManagement.Client
程序集:  Microsoft.TeamFoundation.TestManagement.Client(在 Microsoft.TeamFoundation.TestManagement.Client.dll 中)

语法

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

参数

.NET Framework 安全性

请参见

参考

TestObjectNotFoundException 类

TestObjectNotFoundException 重载

Microsoft.TeamFoundation.TestManagement.Client 命名空间