Marshal.GetExceptionPointers Metoda

Definice

Načte popis výjimky nezávislý na počítači a informace o stavu, který existoval pro vlákno, když došlo k výjimce.

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

Návraty

IntPtr

nativeint

Ukazatel na strukturu EXCEPTION_POINTERS .

Atributy

Poznámky

GetExceptionPointers je vystaven pouze pro podporu strukturovaného zpracování výjimek (SEH) kompilátoru.

Platí pro