Поделиться через


Класс ReplicationAgentException

The base exception class for exceptions generated during replication agent execution.

Иерархия наследования

System.Object
  System.Exception
    Microsoft.SqlServer.Replication.ReplicationAgentException
      Microsoft.SqlServer.Replication.ConnectionFailureException
      Microsoft.SqlServer.Replication.FciException
      Microsoft.SqlServer.Replication.NativeSqlConnectionException
      Microsoft.SqlServer.Replication.OciException
      Microsoft.SqlServer.Replication.OSException
      Microsoft.SqlServer.Replication.ParameterValueOutOfRangeException
      Microsoft.SqlServer.Replication.PasswordWriteOnlyException
      Microsoft.SqlServer.Replication.ReplicationAgentContainerException

Пространство имен:  Microsoft.SqlServer.Replication
Сборка:  Microsoft.SqlServer.Replication (в Microsoft.SqlServer.Replication.dll)

Синтаксис

'Декларация
<SerializableAttribute> _
<ComVisibleAttribute(False)> _
Public Class ReplicationAgentException _
    Inherits Exception
'Применение
Dim instance As ReplicationAgentException
[SerializableAttribute]
[ComVisibleAttribute(false)]
public class ReplicationAgentException : Exception
[SerializableAttribute]
[ComVisibleAttribute(false)]
public ref class ReplicationAgentException : public Exception
[<SerializableAttribute>]
[<ComVisibleAttribute(false)>]
type ReplicationAgentException =  
    class 
        inherit Exception 
    end
public class ReplicationAgentException extends Exception

Тип 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.

В начало

Свойства

  Имя Описание
Открытое свойство 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.)

В начало

Методы

  Имя Описание
Открытый метод 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.)

В начало

События

  Имя Описание
Защищенное событие SerializeObjectState (Производный от Exception.)

В начало

Безопасность многопоточности

Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.

См. также

Справочник

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