Элементы ReplicationAgentException
The base exception class for exceptions generated during replication agent execution.
Тип ReplicationAgentException предоставляет доступ к следующим элементам.
Конструкторы
Имя | Описание | |
---|---|---|
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. |
В начало
Методы
Имя | Описание | |
---|---|---|
Equals | (Наследуется из Object.) | |
Finalize | (Наследуется из Object.) | |
GetBaseException | (Наследуется из Exception.) | |
GetHashCode | (Наследуется из Object.) | |
GetObjectData | Sets the specified SerializationInfo with information about the exception. (Перезаписывает Exception. . :: . .GetObjectData(SerializationInfo, StreamingContext).) | |
GetType | (Наследуется из Exception.) | |
MemberwiseClone | (Наследуется из Object.) | |
ToString | (Наследуется из Exception.) |
В начало
Свойства
Имя | Описание | |
---|---|---|
Data | (Наследуется из Exception.) | |
HelpLink | (Наследуется из Exception.) | |
HResult | (Наследуется из Exception.) | |
InnerException | (Наследуется из Exception.) | |
Message | (Наследуется из Exception.) | |
MessageCode | Gets the error code of the underlying error. | |
Source | (Наследуется из Exception.) | |
StackTrace | (Наследуется из Exception.) | |
TargetSite | (Наследуется из Exception.) |
В начало
См. также