Condividi tramite


PasswordWriteOnlyException Constructor (String)

Creates a new instance of the PasswordWriteOnlyException class with a specified error message.

Spazio dei nomi: Microsoft.SqlServer.Replication
Assembly : Microsoft.SqlServer.Replication (in microsoft.sqlserver.replication.dll)

Sintassi

'Dichiarazione
Public Sub New ( _
    message As String _
)
public PasswordWriteOnlyException (
    string message
)
public:
PasswordWriteOnlyException (
    String^ message
)
public PasswordWriteOnlyException (
    String message
)
public function PasswordWriteOnlyException (
    message : String
)

Parametri

  • message
    A message that describes the error.

Osservazioni

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

Property

Value

InnerException

A null reference (Nothing in Microsoft Visual Basic).

Message

The error message string.

Piattaforme

Piattaforme di sviluppo

Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.

Piattaforme di destinazione

Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.

Vedere anche

Riferimento

PasswordWriteOnlyException Class
PasswordWriteOnlyException Members
Microsoft.SqlServer.Replication Namespace