IDA C++ SDK 9.2
Loading...
Searching...
No Matches
excinfo_t Struct Reference

Describes an exception. More...

#include <idd.hpp>

Public Attributes

uint32 code
 Exception code.
bool can_cont
 Execution of the process can continue after this exception?
ea_t ea
 Possible address referenced by the exception.
qstring info
 Exception message.

Detailed Description

Describes an exception.

(see EXCEPTION)

Member Data Documentation

◆ code

uint32 excinfo_t::code

Exception code.

◆ can_cont

bool excinfo_t::can_cont

Execution of the process can continue after this exception?

◆ ea

ea_t excinfo_t::ea

Possible address referenced by the exception.

◆ info

qstring excinfo_t::info

Exception message.


The documentation for this struct was generated from the following file: