_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() メソッドへのバージョンに依存しないアクセスが用意されています。

適用対象

こちらもご覧ください