Класс ReplicationAgentContainerWithWatsonException
Этот API-интерфейс поддерживает инфраструктуру SQL Server 2012 и не предназначен для использования непосредственно из кода.
Represents the exception that is thrown when one or more errors are generated by a managed code-based replication agent using Watson.
Иерархия наследования
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() | Initializes a new instance of the ReplicationAgentContainerWithWatsonException class. | |
ReplicationAgentContainerWithWatsonException(String) | Initializes a new instance of the ReplicationAgentContainerWithWatsonException class with specified message. | |
ReplicationAgentContainerWithWatsonException(String, Exception) | Initializes a new instance of the ReplicationAgentContainerWithWatsonException class with specified message and inner 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.) | |
GetBaseException | (Производный от Exception.) | |
GetHashCode | (Производный от Object.) | |
GetObjectData | Sets the specified SerializationInfo with information about the exception. (Производный от ReplicationAgentContainerException.) | |
GetType | (Производный от Exception.) | |
ToString | (Производный от Exception.) |
В начало
Безопасность многопоточности
Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.