Marshal.GetExceptionPointers Metodo

Definizione

Recupera la descrizione di un'eccezione indipendente dal computer e le informazioni sullo stato esistente per il thread nel momento in cui si è verificata l'eccezione.

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

Restituisce

IntPtr

nativeint

Puntatore a una struttura EXCEPTION_POINTERS.

Attributi

Commenti

GetExceptionPointers viene esposto solo per il supporto del compilatore della gestione delle eccezioni strutturata ( SEH).

Si applica a