Share via


TestObjectUpdatedException Constructor (SerializationInfo, StreamingContext)

Initializes a new instance of the TestObjectUpdatedException class from XML by using the provided serialization information and context.

Namespace:  Microsoft.TeamFoundation.TestManagement.Client
Assembly:  Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)

Syntax

'Declaration
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
)

Parameters

.NET Framework Security

See Also

Reference

TestObjectUpdatedException Class

TestObjectUpdatedException Overload

Microsoft.TeamFoundation.TestManagement.Client Namespace

SerializationInfo

StreamingContext