Condividi tramite


Classe ReplicationAgentException

The base exception class for exceptions generated during replication agent execution.

Gerarchia di ereditarietà

System.Object
  System.Exception
    Microsoft.SqlServer.Replication.ReplicationAgentException
      Microsoft.SqlServer.Replication.ConnectionFailureException
      Microsoft.SqlServer.Replication.FciException
      Microsoft.SqlServer.Replication.NativeSqlConnectionException
      Microsoft.SqlServer.Replication.OciException
      Microsoft.SqlServer.Replication.OSException
      Microsoft.SqlServer.Replication.ParameterValueOutOfRangeException
      Microsoft.SqlServer.Replication.PasswordWriteOnlyException
      Microsoft.SqlServer.Replication.ReplicationAgentContainerException

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

Sintassi

'Dichiarazione
<SerializableAttribute> _
<ComVisibleAttribute(False)> _
Public Class ReplicationAgentException _
    Inherits Exception
'Utilizzo
Dim instance As ReplicationAgentException
[SerializableAttribute]
[ComVisibleAttribute(false)]
public class ReplicationAgentException : Exception
[SerializableAttribute]
[ComVisibleAttribute(false)]
public ref class ReplicationAgentException : public Exception
[<SerializableAttribute>]
[<ComVisibleAttribute(false)>]
type ReplicationAgentException =  
    class 
        inherit Exception 
    end
public class ReplicationAgentException extends Exception

Nel tipo ReplicationAgentException sono esposti i membri seguenti.

Costruttori

  Nome Descrizione
Metodo pubblico ReplicationAgentException() Creates a new instance of the ReplicationAgentException class.
Metodo pubblico ReplicationAgentException(String) Creates a new instance of the ReplicationAgentException class with a specified error message.
Metodo protetto ReplicationAgentException(SerializationInfo, StreamingContext) Creates a new instance of the ReplicationAgentException class with serialized data.
Metodo pubblico ReplicationAgentException(String, Exception) Creates a new instance of the ReplicationAgentException class with a specified error message and a reference to the inner exception that is the cause of this exception.

In alto

Proprietà

  Nome Descrizione
Proprietà pubblica Data Ereditato da Exception.
Proprietà pubblica HelpLink Ereditato da Exception.
Proprietà pubblica HResult Ereditato da Exception.
Proprietà pubblica InnerException Ereditato da Exception.
Proprietà pubblica Message Ereditato da Exception.
Proprietà pubblica MessageCode Gets the error code of the underlying error.
Proprietà pubblica Source Ereditato da Exception.
Proprietà pubblica StackTrace Ereditato da Exception.
Proprietà pubblica TargetSite Ereditato da Exception.

In alto

Metodi

  Nome Descrizione
Metodo pubblico Equals Ereditato da Object.
Metodo protetto Finalize Ereditato da Object.
Metodo pubblico GetBaseException Ereditato da Exception.
Metodo pubblico GetHashCode Ereditato da Object.
Metodo pubblico GetObjectData Sets the specified SerializationInfo with information about the exception. Esegue l'override di Exception.GetObjectData(SerializationInfo, StreamingContext).
Metodo pubblico GetType Ereditato da Exception.
Metodo protetto MemberwiseClone Ereditato da Object.
Metodo pubblico ToString Ereditato da Exception.

In alto

Eventi

  Nome Descrizione
Evento protetto SerializeObjectState Ereditato da Exception.

In alto

Protezione dei thread

I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.

Vedere anche

Riferimento

Spazio dei nomi Microsoft.SqlServer.Replication