Condividi tramite


ReplicationAgentException Constructor (SerializationInfo, StreamingContext)

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

Spazio dei nomi: Microsoft.SqlServer.Replication
Assembly : Microsoft.SqlServer.Replication (in microsoft.sqlserver.replication.dll)

Sintassi

'Dichiarazione
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
)

Parametri

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

Osservazioni

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

Piattaforme

Piattaforme di sviluppo

Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.

Piattaforme di destinazione

Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.

Vedere anche

Riferimento

ReplicationAgentException Class
ReplicationAgentException Members
Microsoft.SqlServer.Replication Namespace