2 references to Overflow_UInt16
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Convert.cs (1)
300private static void ThrowUInt16OverflowException() { throw new OverflowException(SR.Overflow_UInt16); }
src\libraries\System.Private.CoreLib\src\System\UInt16.cs (1)
1228static string IBinaryIntegerParseAndFormatInfo<ushort>.OverflowMessage => SR.Overflow_UInt16;