Compartir a través de


ReplicationAgentContainerException Miembros

The exception that is thrown when one or more errors are generated by a managed code-based replication agent.

El tipo ReplicationAgentContainerException expone los siguientes miembros.

Constructores

  Nombre Descripción
Método publico ReplicationAgentContainerException() () () () Creates a new instance of the ReplicationAgentContainerException class.
Método publico ReplicationAgentContainerException(String) Creates a new instance of the ReplicationAgentContainerException class with a specified error message.
Método protegido ReplicationAgentContainerException(SerializationInfo, StreamingContext)
Método publico ReplicationAgentContainerException(String, Exception) Creates a new instance of the ReplicationAgentContainerException 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 ReplicationAgentException. . :: . .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 ExceptionCollection Gets the collection of exception objects returned by the replication agent.
Propiedad pública FlatExceptionCollection Gets the collection of exception objects accessed using the IEnumerable interface.
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. (Se hereda de ReplicationAgentException).
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