3 references to Overflow_UInt64
System.Private.CoreLib (3)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Convert.cs (1)
311private static void ThrowUInt64OverflowException() { throw new OverflowException(SR.Overflow_UInt64); }
src\runtime\src\libraries\System.Private.CoreLib\src\System\Decimal.cs (1)
866throw new OverflowException(SR.Overflow_UInt64);
src\runtime\src\libraries\System.Private.CoreLib\src\System\UInt64.cs (1)
1292static string IBinaryIntegerParseAndFormatInfo<ulong>.OverflowMessage => SR.Overflow_UInt64;