Share via


TestManagementConfigurationException Constructor (SerializationInfo, StreamingContext)

Initializes a new instance of the TestManagementConfigurationException class for serialization.

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 TestManagementConfigurationException(
    SerializationInfo info,
    StreamingContext context
)
protected:
TestManagementConfigurationException(
    SerializationInfo^ info, 
    StreamingContext context
)
new : 
        info:SerializationInfo * 
        context:StreamingContext -> TestManagementConfigurationException
protected function TestManagementConfigurationException(
    info : SerializationInfo, 
    context : StreamingContext
)

Parameters

.NET Framework Security

See Also

Reference

TestManagementConfigurationException Class

TestManagementConfigurationException Overload

Microsoft.TeamFoundation.TestManagement.Client Namespace

SerializationInfo

StreamingContext