_Exception 接口

定义

重要

此 API 不符合 CLS。

向非托管代码公开 Exception 类的公共成员。

public interface class _Exception
[System.CLSCompliant(false)]
[System.Runtime.InteropServices.ComVisible(true)]
[System.Runtime.InteropServices.Guid("b36b5c63-42ef-38bc-a07e-0b34c98f164a")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsDual)]
public interface _Exception
[<System.CLSCompliant(false)>]
[<System.Runtime.InteropServices.ComVisible(true)>]
[<System.Runtime.InteropServices.Guid("b36b5c63-42ef-38bc-a07e-0b34c98f164a")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsDual)>]
type _Exception = interface
Public Interface _Exception
派生
属性

注解

此接口用于从非托管代码访问托管类,不应从托管代码调用。

此接口保留可由非托管 COM 对象访问的 System.Exception 类成员的 vtable 顺序。

属性

HelpLink

为 COM 对象提供对 HelpLink 属性的与版本无关的访问。

InnerException

为 COM 对象提供对 InnerException 属性的与版本无关的访问。

Message

为 COM 对象提供对 Message 属性的与版本无关的访问。

Source

为 COM 对象提供对 Source 属性的与版本无关的访问。

StackTrace

为 COM 对象提供对 StackTrace 属性的与版本无关的访问。

TargetSite

为 COM 对象提供对 TargetSite 属性的与版本无关的访问。

方法

Equals(Object)

为 COM 对象提供对 Equals(Object) 方法的与版本无关的访问。

GetBaseException()

为 COM 对象提供对 GetBaseException() 方法的与版本无关的访问。

GetHashCode()

为 COM 对象提供对 GetHashCode() 方法的与版本无关的访问。

GetObjectData(SerializationInfo, StreamingContext)

为 COM 对象提供对 GetObjectData(SerializationInfo, StreamingContext) 方法的与版本无关的访问。

GetType()

为 COM 对象提供对 GetType() 方法的与版本无关的访问。

ToString()

为 COM 对象提供对 ToString() 方法的与版本无关的访问。

适用于

另请参阅