Marshal.GetExceptionPointers Método

Definição

Recupera uma descrição independente do computador de uma exceção e informações sobre o estado existente para a 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

Devoluções

IntPtr

nativeint

Um indicador para uma estrutura EXCEPTION_POINTERS .

Atributos

Observações

GetExceptionPointers está exposto apenas para suporte de compiladores para o tratamento estruturado de exceções (SEH).

Aplica-se a