Searched defs:CAUGHT (Results 1 – 3 of 3) sorted by relevance
20 enum class PauseOnExceptionsState { NONE = 0x0, CAUGHT = 0x1, UNCAUGHT = 0x2, ALL = 0x3 }; enumerator
62 CAUGHT = 'caught' variable in PauseOnExceptionsState