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) Initializes a new instance of the ComErrorException class.

页首

属性

  名称 说明
公共属性 ComHResult Gets the error code (HRESULT) value associated with this exception.
公共属性 Data (从 Exception 继承。)
公共属性 Description Gets a description of the error.
公共属性 ErrorCode (从 ExternalException 继承。)
公共属性 ErrorMessage Gets the error message string.
公共属性 HelpContext Gets the context of a topic in a Help file.
公共属性 HelpFile Gets the fully qualified path to a Help file.
公共属性 HelpLink (从 Exception 继承。)
公共属性 HResult (从 Exception 继承。)
公共属性 InnerException (从 Exception 继承。)
公共属性 InterfaceId Gets the identifier of the COM interface that is the source of the error.
公共属性 Message (从 Exception 继承。)
公共属性 Source Gets the name of the object or application that is the source of the error. (覆盖 Exception.Source。)
公共属性 StackTrace (从 Exception 继承。)
公共属性 TargetSite (从 Exception 继承。)

页首

方法

  名称 说明
公共方法 Equals (从 Object 继承。)
公共方法 GetBaseException (从 Exception 继承。)
公共方法 GetHashCode (从 Object 继承。)
公共方法 GetObjectData Sets the specified SerializationInfo with information about the exception. (覆盖 Exception.GetObjectData(SerializationInfo, StreamingContext)。)
公共方法 GetType (从 Exception 继承。)
公共方法 ToString (从 COMException 继承。)

页首

线程安全

此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。不保证所有实例成员都是线程安全的。

请参阅

参考

Microsoft.SqlServer.Replication 命名空间