TestObjectNotFoundException 构造函数 (SerializationInfo, StreamingContext)

使用提供的序列化信息和上下文从 XML 中初始化 TestObjectNotFoundException 类的新实例。

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

语法

声明
Protected Sub New ( _
    info As SerializationInfo, _
    context As StreamingContext _
)
protected TestObjectNotFoundException(
    SerializationInfo info,
    StreamingContext context
)
protected:
TestObjectNotFoundException(
    SerializationInfo^ info, 
    StreamingContext context
)
new : 
        info:SerializationInfo * 
        context:StreamingContext -> TestObjectNotFoundException
protected function TestObjectNotFoundException(
    info : SerializationInfo, 
    context : StreamingContext
)

参数

.NET Framework 安全性

请参见

参考

TestObjectNotFoundException 类

TestObjectNotFoundException 重载

Microsoft.TeamFoundation.TestManagement.Client 命名空间

SerializationInfo

StreamingContext