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