TestObjectNotFoundException Constructor (SerializationInfo, StreamingContext)

 

Initializes a new instance of the TestObjectNotFoundException 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

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
)

Parameters

See Also

SerializationInfo
StreamingContext
TestObjectNotFoundException Overload
TestObjectNotFoundException Class
Microsoft.TeamFoundation.TestManagement.Client Namespace

Return to top