System.Runtime.InteropServices.Marshal.GetExceptionPointers Method

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

Syntax

[System.Runtime.InteropServices.ComVisible(true)]
public static IntPtr GetExceptionPointers ()

Returns

A pointer to an tp://go.microsoft.com/fwlink/?LinkId=148648 structure.

Remarks

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

Requirements

Namespace: System.Runtime.InteropServices
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0