Marshal.GetExceptionPointers Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.