Partager via


ReplicationAgentException Constructor (SerializationInfo, StreamingContext)

Creates a new instance of the ReplicationAgentException class with serialized data.

Espace de noms: Microsoft.SqlServer.Replication
Assembly: Microsoft.SqlServer.Replication (in microsoft.sqlserver.replication.dll)

Syntaxe

'Déclaration
Protected Sub New ( _
    info As SerializationInfo, _
    context As StreamingContext _
)
protected ReplicationAgentException (
    SerializationInfo info,
    StreamingContext context
)
protected:
ReplicationAgentException (
    SerializationInfo^ info, 
    StreamingContext context
)
protected ReplicationAgentException (
    SerializationInfo info, 
    StreamingContext context
)
protected function ReplicationAgentException (
    info : SerializationInfo, 
    context : StreamingContext
)

Paramètres

  • info
    The object that holds the serialized object data.
  • context
    The contextual information about the source or destination.

Notes

This constructor is called during deserialization to reconstitute the exception object transmitted over a stream.

Plateformes

Plateformes de développement

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Plateformes cibles

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Voir aussi

Référence

ReplicationAgentException Class
ReplicationAgentException Members
Microsoft.SqlServer.Replication Namespace