Skip to content

Latest commit

 

History

History
70 lines (55 loc) · 1.73 KB

nf-dbgeng-idebugeventcontextcallbacks-exception.md

File metadata and controls

70 lines (55 loc) · 1.73 KB
UID tech.root title ms.date targetos description req.assembly req.construct-type req.ddi-compliance req.dll req.header req.idl req.include-header req.irql req.kmdf-ver req.lib req.max-support req.namespace req.redist req.target-min-winverclnt req.target-min-winversvr req.target-type req.type-library req.umdf-ver req.unicode-ansi topic_type api_type api_location api_name f1_keywords dev_langs
NF:dbgeng.IDebugEventContextCallbacks.Exception
debugger
IDebugEventContextCallbacks::Exception
02/12/2021
Windows
The IDebugEventContextCallbacks::Exception callback method is called by the engine when an exception debugging event occurs in the target.
function
dbgeng.h
dbgeng.h
apiref
COM
dbgeng.h
IDebugEventContextCallbacks::Exception
IDebugEventContextCallbacks::Exception
dbgeng/IDebugEventContextCallbacks::Exception
c++

-description

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.

-parameters

-param Exception

-param FirstChance

-param Context [in]

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.

-param ContextSize [in]

Specifies the size of the buffer Context.

-returns

-remarks

-see-also

IDebugEventContextCallbacks (dbgeng.h)