IDebugEventContextCallbacks::Exception method (dbgeng.h)

The Exception callback method is called by the engine when an exception debugging event occurs in the target.

Exceptions include breaks which cannot be mapped to an existing breakpoint instance.

Refer to IDebugEventCallbacks::Exception for parameter description and additional information.

Syntax

HRESULT Exception(
       PEXCEPTION_RECORD64 Exception,
       ULONG               FirstChance,
  [in] PVOID               Context,
  [in] ULONG               ContextSize
);

Parameters

Exception

FirstChance

[in] Context

Specifies the DEBUG_EVENT_CONTEXT structure as the “context” parameter of each event callback. The context structure contains additional information about the debug event that occurred.

[in] ContextSize

Specifies the size of the buffer Context.

Requirements

Requirement Value
Header dbgeng.h (include dbgeng.h)

See also

IDebugEventContextCallbacks (dbgeng.h)