The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
Marshal::GetExceptionPointers Method ()
.NET Framework (current version)
Retrieves a computer-independent description of an exception, and information about the state that existed for the thread when the exception occurred.
Assembly: mscorlib (in mscorlib.dll)
public: [SecurityCriticalAttribute] [ComVisibleAttribute(true)] static IntPtr GetExceptionPointers()
GetExceptionPointers is exposed for compiler support of structured exception handling (SEH) only.
SecurityCriticalAttribute
requires full trust for the immediate caller. This member cannot be used by partially trusted or transparent code.
.NET Framework
Available since 1.1
Available since 1.1
Show: