Partager via


PasswordWriteOnlyException Constructor ()

Creates a new instance of the PasswordWriteOnlyException class.

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

Syntaxe

'Déclaration
Public Sub New
public PasswordWriteOnlyException ()
public:
PasswordWriteOnlyException ()
public PasswordWriteOnlyException ()
public function PasswordWriteOnlyException ()

Notes

This constructor initializes the Message property of the new instance to a system-supplied message that describes the error.

The following table shows the initial property values for an instance of PasswordWriteOnlyException.

Property

Value

InnerException

A null reference.

Message

A system-supplied localized description.

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