Condividi tramite


ReplicationAgentException Constructor (String)

Creates a new instance of the ReplicationAgentException 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 ReplicationAgentException (
    string message
)
public:
ReplicationAgentException (
    String^ message
)
public ReplicationAgentException (
    String message
)
public function ReplicationAgentException (
    message : String
)

Parametri

  • message
    A message that describes the error.

Osservazioni

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

Property

Value

InnerException

A null reference.

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

ReplicationAgentException Class
ReplicationAgentException Members
Microsoft.SqlServer.Replication Namespace