Marshal.GetExceptionPointers Metoda

Definicja

Pobiera niezależny od komputera opis wyjątku i informacje o stanie, które istniały dla wątku po wystąpieniu wyjątku.

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

Zwraca

IntPtr

nativeint

Wskaźnik do struktury EXCEPTION_POINTERS .

Atrybuty

Uwagi

GetExceptionPointers jest uwidaczniany tylko dla kompilatora obsługi wyjątków ustrukturyzowanych (SEH).

Dotyczy