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