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


Класс ComErrorException

The exception that is thrown when a general error is raised by a replication agent.

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

System. . :: . .Object
  System. . :: . .Exception
    System. . :: . .SystemException
      System.Runtime.InteropServices. . :: . .ExternalException
        System.Runtime.InteropServices. . :: . .COMException
          Microsoft.SqlServer.Replication..::..ComErrorException

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

Синтаксис

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

Тип ComErrorException обеспечивает доступ к следующим элементам.

Конструкторы

  Имя Описание
Открытый метод ComErrorException() () () () Initializes a new instance of the ComErrorException class.
Открытый метод ComErrorException(String) Initializes a new instance of the ComErrorException class with a specified error message.
Открытый метод ComErrorException(String, Exception) Initializes a new instance of the ComErrorException class with a specified error message and a reference to the inner exception that is the cause of this exception.
Открытый метод ComErrorException(Int32, String, Int32, String, String, Guid, String)

В начало

Свойства

  Имя Описание
Открытое свойство ComHResult The error code (HRESULT) value associated with this exception.
Открытое свойство Data (Производный от Exception.)
Открытое свойство Description A description of the error.
Открытое свойство ErrorCode (Производный от ExternalException.)
Открытое свойство ErrorMessage The error message string.
Открытое свойство HelpContext The context of a topic in a Help file.
Открытое свойство HelpFile The fully qualified path to a Help file.
Открытое свойство HelpLink (Производный от Exception.)
Защищенное свойство HResult (Производный от Exception.)
Открытое свойство InnerException (Производный от Exception.)
Открытое свойство InterfaceId The identifier of the COM interface that is the source of the error.
Открытое свойство Message (Производный от Exception.)
Открытое свойство Source The name of the object or application that is the source of the error. (Переопределяет Exception. . :: . .Source.)
Открытое свойство 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 (Производный от COMException.)

В начало

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

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