TestObjectNotFoundException 构造函数 (SerializationInfo, StreamingContext)

 

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

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

语法

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

参数

请参阅

SerializationInfo
StreamingContext
TestObjectNotFoundException 重载
TestObjectNotFoundException 类
Microsoft.TeamFoundation.TestManagement.Client 命名空间

返回页首