Partager via


PasswordWriteOnlyException Constructor (SerializationInfo, StreamingContext)

Creates a new instance of the PasswordWriteOnlyException 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 PasswordWriteOnlyException (
    SerializationInfo info,
    StreamingContext context
)
protected:
PasswordWriteOnlyException (
    SerializationInfo^ info, 
    StreamingContext context
)
protected PasswordWriteOnlyException (
    SerializationInfo info, 
    StreamingContext context
)
protected function PasswordWriteOnlyException (
    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

PasswordWriteOnlyException Class
PasswordWriteOnlyException Members
Microsoft.SqlServer.Replication Namespace