Searched defs:DO_SAFE (Results 1 – 2 of 2) sorted by relevance
87 #define DO_SAFE(statement) try { statement; } catch( const Exception& ) { DBG_ERROR("unhandled exce… macro
131 #define DO_SAFE( action, message ) try { action; } catch(Exception&) { DBG_ERROR(message); } ; macro
Completed in 35 milliseconds