get_exception_flags
Last updated
Was this helpful?
Get exception information
code - exception code
see also @hlpIdcdefine_exception[define_exception] (definition of exception flags)
string get_exception_name(long code); // returns "" on error
long get_exception_flags(long code); // returns -1 on error
Last updated
Was this helpful?