| 
    IDA SDK
    
   | 
 
Exception information.
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.  | |
Public Member Functions | |
| bool | break_on () const | 
| Should we break on the exception?  | |
| bool | handle () const | 
| Should we handle the exception?  | |
| exception_info_t (uint _code, uint32 _flags, const char *_name, const char *_desc) | |