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)編譯器支援而公開。

適用於