Latest available version: IDA and decompilers v8.4.240320sp1 see all releases
Hex-Rays logo State-of-the-art binary code analysis tools
email icon

Exception object: decompiler exception. More...

#include <hexrays.hpp>

Inheritance diagram for vd_failure_t:
vd_interr_t

Public Member Functions

 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
 

Public Attributes

hexrays_failure_t hf
 

Detailed Description

Exception object: decompiler exception.

Examples
hexrays_sample17.cpp.

Definition at line 5454 of file hexrays.hpp.

Constructor & Destructor Documentation

◆ vd_failure_t() [1/4]

vd_failure_t::vd_failure_t ( )

Definition at line 5457 of file hexrays.hpp.

◆ vd_failure_t() [2/4]

vd_failure_t::vd_failure_t ( merror_t  code,
ea_t  ea,
const char *  buf = nullptr 
)

Definition at line 5458 of file hexrays.hpp.

◆ vd_failure_t() [3/4]

vd_failure_t::vd_failure_t ( merror_t  code,
ea_t  ea,
const qstring &  buf 
)

Definition at line 5459 of file hexrays.hpp.

◆ vd_failure_t() [4/4]

vd_failure_t::vd_failure_t ( const hexrays_failure_t _hf)

Definition at line 5460 of file hexrays.hpp.

Member Function Documentation

◆ desc()

qstring vd_failure_t::desc ( ) const

Definition at line 5461 of file hexrays.hpp.

Member Data Documentation

◆ hf

hexrays_failure_t vd_failure_t::hf

Definition at line 5456 of file hexrays.hpp.