Marshal.GetExceptionPointers Méthode

Définition

Récupère une description indépendante de l’ordinateur d’une exception et des informations sur l’état qui existait pour le thread lorsque l’exception s’est produite.

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

Retours

IntPtr

nativeint

Pointeur vers une structure EXCEPTION_POINTERS .

Attributs

Remarques

GetExceptionPointers est exposé uniquement pour la prise en charge du compilateur de la gestion des exceptions structurées (SEH).

S’applique à