ReplicationAgentException Constructor (String)

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

InnerException

A null reference.

Message

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