Marshal.GetExceptionPointers Method

Definition

Retrieves a computer-independent description of an exception, and information about the state that existed for the thread when the exception occurred.

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

Returns

IntPtr

nativeint

A pointer to an EXCEPTION_POINTERS structure.

Attributes

Remarks

GetExceptionPointers is exposed for compiler support of structured exception handling (SEH) only.

Applies to