ComErrorException 类

定义

在复制代理引发一般错误时引发的异常。

public ref class ComErrorException sealed : System::Runtime::InteropServices::COMException
[System.Runtime.InteropServices.ComVisible(false)]
[System.Serializable]
public sealed class ComErrorException : System.Runtime.InteropServices.COMException
[<System.Runtime.InteropServices.ComVisible(false)>]
[<System.Serializable>]
type ComErrorException = class
    inherit COMException
Public NotInheritable Class ComErrorException
Inherits COMException
继承
ComErrorException
属性

构造函数

ComErrorException()

初始化 ComErrorException 类的新实例。

ComErrorException(Int32, String, Int32, String, String, Guid, String)

初始化 ComErrorException 类的新实例。

ComErrorException(String)

用指定的错误消息初始化 ComErrorException 类的新实例。

ComErrorException(String, Exception)

使用指定的错误消息和对作为此异常原因的内部异常的引用来初始化 ComErrorException 类的新实例。

属性

ComHResult

获取与此异常关联的错误代码 (HRESULT) 值。

Description

获取错误的说明。

ErrorMessage

获取错误消息字符串。

HelpContext

获取帮助文件中的某一主题的上下文。

HelpFile

获取帮助文件的完全限定的路径。

InterfaceId

获取作为错误来源的 COM 接口的标识符。

Source

获取作为错误来源的对象或应用程序的名称。

方法

GetObjectData(SerializationInfo, StreamingContext)

使用有关异常的信息设置指定的 SerializationInfo

适用于