Constructeur OSException (SerializationInfo, StreamingContext)

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

Espace de noms :  Microsoft.SqlServer.Replication
Assembly :  Microsoft.SqlServer.Replication (en Microsoft.SqlServer.Replication.dll)

Syntaxe

'Déclaration
Protected Sub New ( _
    info As SerializationInfo, _
    context As StreamingContext _
)
'Utilisation
Dim info As SerializationInfo
Dim context As StreamingContext

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

Paramètres

Notes

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