Searched refs:RangeExceptionOffset (Results 1 – 2 of 2) sorted by relevance
39 static const int RangeExceptionOffset = 200; variable43 BAD_BOUNDARYPOINTS_ERR = RangeExceptionOffset + 1,
259 if (code >= RangeException::RangeExceptionOffset && code <= RangeException::RangeExceptionMax) { in getExceptionCodeDescription()262 code -= RangeException::RangeExceptionOffset; in getExceptionCodeDescription()