11 implementations of OverflowMessage
System.Private.CoreLib (11)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Byte.cs (1)
1227static string IBinaryIntegerParseAndFormatInfo<byte>.OverflowMessage => SR.Overflow_Byte;
src\runtime\src\libraries\System.Private.CoreLib\src\System\Char.cs (1)
2096static string IBinaryIntegerParseAndFormatInfo<char>.OverflowMessage => SR.Overflow_Char;
src\runtime\src\libraries\System.Private.CoreLib\src\System\Int128.cs (1)
2146static string IBinaryIntegerParseAndFormatInfo<Int128>.OverflowMessage => SR.Overflow_Int128;
src\runtime\src\libraries\System.Private.CoreLib\src\System\Int16.cs (1)
1421static string IBinaryIntegerParseAndFormatInfo<short>.OverflowMessage => SR.Overflow_Int16;
src\runtime\src\libraries\System.Private.CoreLib\src\System\Int32.cs (1)
1472static string IBinaryIntegerParseAndFormatInfo<int>.OverflowMessage => SR.Overflow_Int32;
src\runtime\src\libraries\System.Private.CoreLib\src\System\Int64.cs (1)
1475static string IBinaryIntegerParseAndFormatInfo<long>.OverflowMessage => SR.Overflow_Int64;
src\runtime\src\libraries\System.Private.CoreLib\src\System\SByte.cs (1)
1400static string IBinaryIntegerParseAndFormatInfo<sbyte>.OverflowMessage => SR.Overflow_SByte;
src\runtime\src\libraries\System.Private.CoreLib\src\System\UInt128.cs (1)
2224static string IBinaryIntegerParseAndFormatInfo<UInt128>.OverflowMessage => SR.Overflow_UInt128;
src\runtime\src\libraries\System.Private.CoreLib\src\System\UInt16.cs (1)
1220static string IBinaryIntegerParseAndFormatInfo<ushort>.OverflowMessage => SR.Overflow_UInt16;
src\runtime\src\libraries\System.Private.CoreLib\src\System\UInt32.cs (1)
1291static string IBinaryIntegerParseAndFormatInfo<uint>.OverflowMessage => SR.Overflow_UInt32;
src\runtime\src\libraries\System.Private.CoreLib\src\System\UInt64.cs (1)
1292static string IBinaryIntegerParseAndFormatInfo<ulong>.OverflowMessage => SR.Overflow_UInt64;
1 reference to OverflowMessage
System.Private.CoreLib (1)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Number.Parsing.cs (1)
1737throw new OverflowException(TInteger.OverflowMessage);