Marshal.GetExceptionPointers Método

Definição

Recupera uma descrição independente do computador de uma exceção e informações sobre o estado que existia para o thread quando a exceção ocorreu.

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

Retornos

IntPtr

nativeint

Um ponteiro para uma estrutura EXCEPTION_POINTERS .

Atributos

Comentários

GetExceptionPointers é exposto para o suporte do compilador somente ao SEH (tratamento estruturado de exceções).

Aplica-se a