Marshal.GetExceptionPointers メソッド

定義

例外のコンピューターに依存しない説明と、例外が発生したときにスレッドに存在していた状態に関する情報を取得します。

public:
 static IntPtr GetExceptionPointers();
public static IntPtr GetExceptionPointers();
[System.Runtime.InteropServices.ComVisible(true)]
public static IntPtr GetExceptionPointers();
[System.Runtime.InteropServices.ComVisible(true)]
[System.Security.SecurityCritical]
public static IntPtr GetExceptionPointers();
static member GetExceptionPointers : unit -> nativeint
[<System.Runtime.InteropServices.ComVisible(true)>]
static member GetExceptionPointers : unit -> nativeint
[<System.Runtime.InteropServices.ComVisible(true)>]
[<System.Security.SecurityCritical>]
static member GetExceptionPointers : unit -> nativeint
Public Shared Function GetExceptionPointers () As IntPtr

返品

IntPtr

nativeint

EXCEPTION_POINTERS構造体へのポインター。

属性

注釈

GetExceptionPointers は、構造化例外処理 (SEH) のみをコンパイラでサポートするために公開されます。

適用対象