ReplicationAgentException Constructor (SerializationInfo, StreamingContext)

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

Namespace:  Microsoft.SqlServer.Replication
Assembly:  Microsoft.SqlServer.Replication (in Microsoft.SqlServer.Replication.dll)

Syntax

'Declaration
Protected Sub New ( _
    info As SerializationInfo, _
    context As StreamingContext _
)
'Usage
Dim info As SerializationInfo
Dim context As StreamingContext

Dim instance As New ReplicationAgentException(info, context)
protected ReplicationAgentException(
    SerializationInfo info,
    StreamingContext context
)
protected:
ReplicationAgentException(
    SerializationInfo^ info, 
    StreamingContext context
)
new : 
        info:SerializationInfo * 
        context:StreamingContext -> ReplicationAgentException
protected function ReplicationAgentException(
    info : SerializationInfo, 
    context : StreamingContext
)

Parameters

Remarks

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