Класс 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) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.

См. также

Справочник

Пространство имен Microsoft.SqlServer.Replication