IDA C++ SDK 9.2
|
Exception object: decompiler internal error. More...
#include <hexrays.hpp>
Public Member Functions | |
vd_interr_t (ea_t ea, const qstring &buf) | |
vd_interr_t (ea_t ea, const char *buf) | |
Public Member Functions inherited from vd_failure_t | |
vd_failure_t () | |
vd_failure_t (merror_t code, ea_t ea, const char *buf=nullptr) | |
vd_failure_t (merror_t code, ea_t ea, const qstring &buf) | |
vd_failure_t (const hexrays_failure_t &_hf) | |
qstring | desc () const |
virtual const char * | what () const noexcept override |
~vd_failure_t () throw () |
Additional Inherited Members | |
Public Attributes inherited from vd_failure_t | |
hexrays_failure_t | hf |
Exception object: decompiler internal error.
|
inline |