Compartilhar via


Construtor TestObjectNotFoundException (SerializationInfo, StreamingContext)

 

Inicializa uma nova instância da classe TestObjectNotFoundException XML usando a informações e o contexto fornecidos de serialização.

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

Sintaxe

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
)

Parâmetros

Consulte também

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

Retornar ao topo