Searched defs:CatchBody (Results 1 – 1 of 1) sorted by relevance
9 …#define UT_CATCH(ExceptionType, ExceptionName, CatchBody) catch(ExceptionType& ExceptionName) Catc… argument10 #define UT_CATCH_ALL(CatchBody) catch(...) CatchBody argument14 #define UT_CATCH(ExceptionType, ExceptionName, CatchBody) argument15 #define UT_CATCH_ALL(CatchBody) argument