Searched refs:EventExceptionMax (Results 1 – 2 of 2) sorted by relevance
44 static const int EventExceptionMax = 199; variable
267 …se if (code >= EventException::EventExceptionOffset && code <= EventException::EventExceptionMax) { in getExceptionCodeDescription()