Rediger

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();
static member GetExceptionPointers : unit -> nativeint
Public Shared Function GetExceptionPointers () As IntPtr

Returns

IntPtr

nativeint

A pointer to an EXCEPTION_POINTERS structure.

Remarks

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

Applies to