Share via


TestManagementInvalidOperationException Constructor (SerializationInfo, StreamingContext)

 

Initializes a new instance of the TestManagementInvalidOperationException for XML deserialization.

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

Syntax

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

Parameters

See Also

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

Return to top