IDA C++ SDK 9.2
|
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. |
Describes an exception.
(see EXCEPTION)
uint32 excinfo_t::code |
Exception code.
bool excinfo_t::can_cont |
Execution of the process can continue after this exception?
ea_t excinfo_t::ea |
Possible address referenced by the exception.
qstring excinfo_t::info |
Exception message.