# get\_exception\_name

Get exception information code - exception code see also [define\_exception](https://docs.hex-rays.com/8.4/developer-guide/idc/idc-api-reference/alphabetical-list-of-idc-functions/1311) (definition of exception flags)

string get\_exception\_name(long code); // returns "" on error long get\_exception\_flags(long code); // returns -1 on error
