IDAPython 9.0
Loading...
Searching...
No Matches
exception_info_t Class Reference
Inheritance diagram for exception_info_t:

Public Member Functions

bool break_on (self)
 
bool handle (self)
 
 __init__ (self, *args)
 

Static Public Attributes

str code
 
str flags
 
str name
 
str desc
 

Properties

 thisown
 

Constructor & Destructor Documentation

◆ __init__()

__init__ ( self,
* args )

Member Function Documentation

◆ break_on()

bool break_on ( self)
Should we break on the exception?

◆ handle()

bool handle ( self)
Should we handle the exception?

Member Data Documentation

◆ code

str code
static
Initial value:
= property(_ida_idd.exception_info_t_code_get, _ida_idd.
exception_info_t_code_set)

◆ desc

str desc
static
Initial value:
= property(_ida_idd.exception_info_t_desc_get, _ida_idd
.exception_info_t_desc_set)

◆ flags

str flags
static
Initial value:
= property(_ida_idd.exception_info_t_flags_get,
_ida_idd.exception_info_t_flags_set)

◆ name

str name
static
Initial value:
= property(_ida_idd.exception_info_t_name_get, _ida_idd
.exception_info_t_name_set)

Property Documentation

◆ thisown

thisown
static
Initial value:
= property(lambda x: x.this.own(), lambda x, v: x.this.own(v),
doc='The membership flag')

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