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

Exception information. More...

#include <idd.hpp>

Public Member Functions

bool break_on () const
 Should we break on the exception?
bool handle () const
 Should we handle the exception?
 exception_info_t ()
 exception_info_t (uint _code, uint32 _flags, const char *_name, const char *_desc)

Public Attributes

uint code = 0
 exception code
uint32 flags = 0
 Exception info flags
qstring name
 Exception standard name.
qstring desc
 Long message used to display info about the exception.

Detailed Description

Exception information.

Constructor & Destructor Documentation

◆ exception_info_t() [1/2]

exception_info_t::exception_info_t ( )
inline

◆ exception_info_t() [2/2]

exception_info_t::exception_info_t ( uint _code,
uint32 _flags,
const char * _name,
const char * _desc )
inline

Member Function Documentation

◆ break_on()

bool exception_info_t::break_on ( ) const
inline

Should we break on the exception?

◆ handle()

bool exception_info_t::handle ( ) const
inline

Should we handle the exception?

Member Data Documentation

◆ code

uint exception_info_t::code = 0

exception code

◆ flags

uint32 exception_info_t::flags = 0

◆ name

qstring exception_info_t::name

Exception standard name.

◆ desc

qstring exception_info_t::desc

Long message used to display info about the exception.


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