Marshal.GetExceptionPointers Метод

Определение

Извлекает не зависящее от компьютера описание исключения и сведения о состоянии потоков в момент возникновения исключения.

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

Возвращаемое значение

IntPtr

nativeint

Указатель на структуру EXCEPTION_POINTERS.

Атрибуты

Комментарии

GetExceptionPointers предоставляется только для поддержки компилятора структурированной обработки исключений (SEH).

Применяется к