ReplicationAgentException Miembros
The base exception class for exceptions generated during replication agent execution.
El tipo ReplicationAgentException expone los siguientes miembros.
Constructores
Nombre | Descripción | |
---|---|---|
ReplicationAgentException() () () () | Creates a new instance of the ReplicationAgentException class. | |
ReplicationAgentException(String) | Creates a new instance of the ReplicationAgentException class with a specified error message. | |
ReplicationAgentException(SerializationInfo, StreamingContext) | Creates a new instance of the ReplicationAgentException class with serialized data. | |
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 | |
---|---|---|
Equals | (Se hereda de Object). | |
Finalize | (Se hereda de Object). | |
GetBaseException | (Se hereda de Exception). | |
GetHashCode | (Se hereda de Object). | |
GetObjectData | Sets the specified SerializationInfo with information about the exception. (Invalida Exception. . :: . .GetObjectData(SerializationInfo, StreamingContext).) | |
GetType | (Se hereda de Exception). | |
MemberwiseClone | (Se hereda de Object). | |
ToString | (Se hereda de Exception). |
Principio
Propiedades
Nombre | Descripción | |
---|---|---|
Data | (Se hereda de Exception). | |
HelpLink | (Se hereda de Exception). | |
HResult | (Se hereda de Exception). | |
InnerException | (Se hereda de Exception). | |
Message | (Se hereda de Exception). | |
MessageCode | Gets the error code of the underlying error. | |
Source | (Se hereda de Exception). | |
StackTrace | (Se hereda de Exception). | |
TargetSite | (Se hereda de Exception). |
Principio
Vea también