Marshal.GetExceptionPointers Methode

Definitie

Haalt een computeronafhankelijke beschrijving van een uitzondering op en informatie over de status die voor de thread bestond toen de uitzondering plaatsvond.

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

Retouren

IntPtr

nativeint

Een aanwijzer naar een EXCEPTION_POINTERS structuur.

Kenmerken

Opmerkingen

GetExceptionPointers wordt alleen beschikbaar gesteld voor compilerondersteuning van SEH (Structured Exception Handling).

Van toepassing op