|
IDA SDK
|
Exception information.
Public Attributes | |
| uint | code |
| exception code | |
| uint32 | flags |
| Exception info flags | |
| qstring | name |
| Exception standard name. | |
| qstring | desc |
| Long message used to display info about the exception. | |
Public Member Functions | |
| bool | break_on (void) const |
| Should we break on the exception? | |
| bool | handle (void) const |
| Should we handle the exception? | |
| exception_info_t (uint _code, uint32 _flags, const char *_name, const char *_desc) | |
1.8.9.1