Compartilhar via


Construtor TestManagementConfigurationException (SerializationInfo, StreamingContext)

 

Inicializa uma nova instância da TestManagementConfigurationException classe para serialização.

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

Sintaxe

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

Parâmetros

Consulte também

SerializationInfo
StreamingContext
TestManagementConfigurationException Sobrecarga
Classe TestManagementConfigurationException
Namespace Microsoft.TeamFoundation.TestManagement.Client

Retornar ao topo