Freigeben über


PasswordWriteOnlyException Constructor ()

Creates a new instance of the PasswordWriteOnlyException class.

Namespace: Microsoft.SqlServer.Replication
Assembly : Microsoft.SqlServer.Replication (in microsoft.sqlserver.replication.dll)

Syntax

'Declaration
Public Sub New
public PasswordWriteOnlyException ()
public:
PasswordWriteOnlyException ()
public PasswordWriteOnlyException ()
public function PasswordWriteOnlyException ()

Hinweise

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.

Plattformen

Entwicklungsplattformen

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Zielplattforme

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Siehe auch

Verweis

PasswordWriteOnlyException Class
PasswordWriteOnlyException Members
Microsoft.SqlServer.Replication Namespace