4 references to Overflow
System.Private.CoreLib (4)
src\runtime\src\coreclr\nativeaot\Runtime.Base\src\System\Runtime\ExceptionHandling.cs (3)
389
throw GetClasslibException(ExceptionIDs.
Overflow
, address);
406
ExceptionIDs exID = fIsOverflow ? ExceptionIDs.
Overflow
: ExceptionIDs.OutOfMemory;
633
exceptionId = ExceptionIDs.
Overflow
;
System\RuntimeExceptionHelpers.cs (1)
92
case ExceptionIDs.
Overflow
: