Método Marshal.GetExceptionPointers ()
Dica
The .NET API Reference documentation has a new home. Visit the .NET API Browser on docs.microsoft.com to see the new experience.
Recupera uma descrição independente de computador de uma exceção e as informações sobre o estado que existia para o thread quando ocorreu a exceção.
Namespace: System.Runtime.InteropServices
Assembly: mscorlib (em mscorlib.dll)
Sintaxe
[SecurityCriticalAttribute]
[ComVisibleAttribute(true)]
public static IntPtr GetExceptionPointers()
public:
[SecurityCriticalAttribute]
[ComVisibleAttribute(true)]
static IntPtr GetExceptionPointers()
[<SecurityCriticalAttribute>]
[<ComVisibleAttribute(true)>]
static member GetExceptionPointers : unit -> nativeint
<SecurityCriticalAttribute>
<ComVisibleAttribute(True)>
Public Shared Function GetExceptionPointers As IntPtr
Valor Retornado
Type: System.IntPtr
Um ponteiro para um EXCEPTION_POINTERS estrutura.
Comentários
GetExceptionPointersé exposta para suporte de compilador estruturado de manipulação de exceção (SEH) apenas.
Segurança
requires full trust for the immediate caller. This member cannot be used by partially trusted or transparent code.
Informações de Versão
.NET Framework
Disponível desde 1.1
Confira Também
Classe Marshal
Namespace System.Runtime.InteropServices
Retornar ao início