Searched defs:PauseOnExceptionsState (Results 1 – 2 of 2) sorted by relevance
20 enum class PauseOnExceptionsState { NONE = 0x0, CAUGHT = 0x1, UNCAUGHT = 0x2, ALL = 0x3 }; enum
423 enum class PauseOnExceptionsState : uint8_t { NONE, UNCAUGHT, ALL }; enum