TestObjectUpdatedException 构造函数 (SerializationInfo, StreamingContext)

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

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

语法

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

参数

.NET Framework 安全性

请参见

参考

TestObjectUpdatedException 类

TestObjectUpdatedException 重载

Microsoft.TeamFoundation.TestManagement.Client 命名空间

SerializationInfo

StreamingContext