Module ida_idd :: Class exception_info_t
[frames] | no frames]

Class exception_info_t

object --+
         |
        exception_info_t

Proxy of C++ exception_info_t class.

Instance Methods
exception_info_t
__init__(self)
__init__(self, _code, _flags, _name, _desc) -> exception_info_t
 
__repr__(self)
repr(x)
 
__swig_destroy__(self)
bool
break_on(self)
bool
handle(self)

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __setattr__, __sizeof__, __str__, __subclasshook__

Properties
  code
exception_info_t_code_get(self) -> uint
  desc
exception_info_t_desc_get(self) -> qstring *
  flags
exception_info_t_flags_get(self) -> uint32
  name
exception_info_t_name_get(self) -> qstring *
  thisown
The membership flag

Inherited from object: __class__

Method Details

__init__(self)
(Constructor)

 

__init__(self, _code, _flags, _name, _desc) -> exception_info_t

Returns: exception_info_t
Overrides: object.__init__

__repr__(self)
(Representation operator)

 

repr(x)

Overrides: object.__repr__
(inherited documentation)

Property Details

code

exception_info_t_code_get(self) -> uint

Get Method:
unreachable.exception_info_t_code_get(self)
Set Method:
unreachable.exception_info_t_code_set(self, code)

desc

exception_info_t_desc_get(self) -> qstring *

Get Method:
unreachable.exception_info_t_desc_get(self)
Set Method:
unreachable.exception_info_t_desc_set(self, desc)

flags

exception_info_t_flags_get(self) -> uint32

Get Method:
unreachable.exception_info_t_flags_get(self)
Set Method:
unreachable.exception_info_t_flags_set(self, flags)

name

exception_info_t_name_get(self) -> qstring *

Get Method:
unreachable.exception_info_t_name_get(self)
Set Method:
unreachable.exception_info_t_name_set(self, name)

thisown

The membership flag

Get Method:
unreachable(x)
Set Method:
unreachable(x, v)