IDAPython 9.0
Loading...
Searching...
No Matches
exception_info_t Class Reference

Proxy of C++ exception_info_t class.

Inheritance diagram for exception_info_t:

Public Member Functions

"bool" break_on (self)
 break_on(self) -> bool Should we break on the exception?
 
"bool" handle (self)
 handle(self) -> bool Should we handle the exception?
 
 __init__ (self, *args)
 init(self) -> exception_info_t init(self, _code, _flags, _name, _desc) -> exception_info_t
 

Static Public Attributes

str code = property(_ida_idd.exception_info_t_code_get, _ida_idd.exception_info_t_code_set, doc=)
 
str flags = property(_ida_idd.exception_info_t_flags_get, _ida_idd.exception_info_t_flags_set, doc=)
 
str name = property(_ida_idd.exception_info_t_name_get, _ida_idd.exception_info_t_name_set, doc=)
 
str desc = property(_ida_idd.exception_info_t_desc_get, _ida_idd.exception_info_t_desc_set, doc=)
 

Properties

 thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
 

Constructor & Destructor Documentation

◆ __init__()

__init__ ( self,
* args )
Parameters
_codeuint
_flagsuint32
_namechar const *
_descchar const *

Member Function Documentation

◆ break_on()

"bool" break_on ( self)

◆ handle()

"bool" handle ( self)

Member Data Documentation

◆ code

str code = property(_ida_idd.exception_info_t_code_get, _ida_idd.exception_info_t_code_set, doc=)
static

◆ desc

str desc = property(_ida_idd.exception_info_t_desc_get, _ida_idd.exception_info_t_desc_set, doc=)
static

◆ flags

str flags = property(_ida_idd.exception_info_t_flags_get, _ida_idd.exception_info_t_flags_set, doc=)
static

◆ name

str name = property(_ida_idd.exception_info_t_name_get, _ida_idd.exception_info_t_name_set, doc=)
static

Property Documentation

◆ thisown

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

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