PasswordWriteOnlyException Constructor (String)
Creates a new instance of the PasswordWriteOnlyException class with a specified error message.
Пространство имен: Microsoft.SqlServer.Replication
Сборка: Microsoft.SqlServer.Replication (in microsoft.sqlserver.replication.dll)
Синтаксис
'Декларация
Public Sub New ( _
message As String _
)
public PasswordWriteOnlyException (
string message
)
public:
PasswordWriteOnlyException (
String^ message
)
public PasswordWriteOnlyException (
String message
)
public function PasswordWriteOnlyException (
message : String
)
Параметры
- message
A message that describes the error.
Замечания
The following table shows the initial property values for an instance of PasswordWriteOnlyException.
Property |
Value |
A null reference (Nothing in Microsoft Visual Basic). |
|
The error message string. |
Платформы
Платформы разработки
Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.
Целевые платформы
Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.
См. также
Справочник
PasswordWriteOnlyException Class
PasswordWriteOnlyException Members
Microsoft.SqlServer.Replication Namespace