Compartir a través de


ReplicationAgentException Miembros

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

El tipo ReplicationAgentException expone los siguientes miembros.

Constructores

  Nombre Descripción
Método publico ReplicationAgentException() () () () Creates a new instance of the ReplicationAgentException class.
Método publico ReplicationAgentException(String) Creates a new instance of the ReplicationAgentException class with a specified error message.
Método protegido ReplicationAgentException(SerializationInfo, StreamingContext) Creates a new instance of the ReplicationAgentException class with serialized data.
Método publico 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.

Principio

Métodos

  Nombre Descripción
Método publico Equals (Se hereda de Object).
Método protegido Finalize (Se hereda de Object).
Método publico GetBaseException (Se hereda de Exception).
Método publico GetHashCode (Se hereda de Object).
Método publico GetObjectData Sets the specified SerializationInfo with information about the exception. (Invalida Exception. . :: . .GetObjectData(SerializationInfo, StreamingContext).)
Método publico GetType (Se hereda de Exception).
Método protegido MemberwiseClone (Se hereda de Object).
Método publico ToString (Se hereda de Exception).

Principio

Propiedades

  Nombre Descripción
Propiedad pública Data (Se hereda de Exception).
Propiedad pública HelpLink (Se hereda de Exception).
Propiedad protegida HResult (Se hereda de Exception).
Propiedad pública InnerException (Se hereda de Exception).
Propiedad pública Message (Se hereda de Exception).
Propiedad pública MessageCode Gets the error code of the underlying error.
Propiedad pública Source (Se hereda de Exception).
Propiedad pública StackTrace (Se hereda de Exception).
Propiedad pública TargetSite (Se hereda de Exception).

Principio