Класс ReplicationAgentContainerWithWatsonException
Этот API-интерфейс поддерживает инфраструктуру и не предназначен для использования непосредственно из кода.
Иерархия наследования
System. . :: . .Object
System. . :: . .Exception
Microsoft.SqlServer.Replication. . :: . .ReplicationAgentException
Microsoft.SqlServer.Replication. . :: . .ReplicationAgentContainerException
Microsoft.SqlServer.Replication..::..ReplicationAgentContainerWithWatsonException
Пространство имен: Microsoft.SqlServer.Replication
Сборка: Microsoft.SqlServer.Replication (в Microsoft.SqlServer.Replication.dll)
Синтаксис
'Декларация
<SerializableAttribute> _
<ComVisibleAttribute(False)> _
Public NotInheritable Class ReplicationAgentContainerWithWatsonException _
Inherits ReplicationAgentContainerException
'Применение
Dim instance As ReplicationAgentContainerWithWatsonException
[SerializableAttribute]
[ComVisibleAttribute(false)]
public sealed class ReplicationAgentContainerWithWatsonException : ReplicationAgentContainerException
[SerializableAttribute]
[ComVisibleAttribute(false)]
public ref class ReplicationAgentContainerWithWatsonException sealed : public ReplicationAgentContainerException
[<SealedAttribute>]
[<SerializableAttribute>]
[<ComVisibleAttribute(false)>]
type ReplicationAgentContainerWithWatsonException =
class
inherit ReplicationAgentContainerException
end
public final class ReplicationAgentContainerWithWatsonException extends ReplicationAgentContainerException
Тип ReplicationAgentContainerWithWatsonException обеспечивает доступ к следующим элементам.
Конструкторы
Имя | Описание | |
---|---|---|
ReplicationAgentContainerWithWatsonException() () () () | ||
ReplicationAgentContainerWithWatsonException(String) | ||
ReplicationAgentContainerWithWatsonException(String, Exception) |
В начало
Свойства
Имя | Описание | |
---|---|---|
Data | (Производный от Exception.) | |
ExceptionCollection | Gets the collection of exception objects returned by the replication agent. (Производный от ReplicationAgentContainerException.) | |
FlatExceptionCollection | Gets the collection of exception objects accessed using the IEnumerable interface. (Производный от ReplicationAgentContainerException.) | |
HelpLink | (Производный от Exception.) | |
HResult | (Производный от Exception.) | |
InnerException | (Производный от Exception.) | |
Message | (Производный от Exception.) | |
MessageCode | Gets the error code of the underlying error. (Производный от ReplicationAgentException.) | |
Source | (Производный от Exception.) | |
StackTrace | (Производный от Exception.) | |
TargetSite | (Производный от Exception.) |
В начало
Методы
Имя | Описание | |
---|---|---|
Equals | (Производный от Object.) | |
Finalize | (Производный от Object.) | |
GetBaseException | (Производный от Exception.) | |
GetHashCode | (Производный от Object.) | |
GetObjectData | Sets the specified SerializationInfo with information about the exception. (Производный от ReplicationAgentContainerException.) | |
GetType | (Производный от Exception.) | |
MemberwiseClone | (Производный от Object.) | |
ToString | (Производный от Exception.) |
В начало
Безопасность многопоточности
Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.