11 implementations of OverflowMessage
System.Private.CoreLib (11)
src\libraries\System.Private.CoreLib\src\System\Byte.cs (1)
1211static string IBinaryIntegerParseAndFormatInfo<byte>.OverflowMessage => SR.Overflow_Byte;
src\libraries\System.Private.CoreLib\src\System\Char.cs (1)
2036static string IBinaryIntegerParseAndFormatInfo<char>.OverflowMessage => SR.Overflow_Char;
src\libraries\System.Private.CoreLib\src\System\Int128.cs (1)
2135static string IBinaryIntegerParseAndFormatInfo<Int128>.OverflowMessage => SR.Overflow_Int128;
src\libraries\System.Private.CoreLib\src\System\Int16.cs (1)
1403static string IBinaryIntegerParseAndFormatInfo<short>.OverflowMessage => SR.Overflow_Int16;
src\libraries\System.Private.CoreLib\src\System\Int32.cs (1)
1469static string IBinaryIntegerParseAndFormatInfo<int>.OverflowMessage => SR.Overflow_Int32;
src\libraries\System.Private.CoreLib\src\System\Int64.cs (1)
1472static string IBinaryIntegerParseAndFormatInfo<long>.OverflowMessage => SR.Overflow_Int64;
src\libraries\System.Private.CoreLib\src\System\SByte.cs (1)
1366static string IBinaryIntegerParseAndFormatInfo<sbyte>.OverflowMessage => SR.Overflow_SByte;
src\libraries\System.Private.CoreLib\src\System\UInt128.cs (1)
2170static string IBinaryIntegerParseAndFormatInfo<UInt128>.OverflowMessage => SR.Overflow_UInt128;
src\libraries\System.Private.CoreLib\src\System\UInt16.cs (1)
1218static string IBinaryIntegerParseAndFormatInfo<ushort>.OverflowMessage => SR.Overflow_UInt16;
src\libraries\System.Private.CoreLib\src\System\UInt32.cs (1)
1263static string IBinaryIntegerParseAndFormatInfo<uint>.OverflowMessage => SR.Overflow_UInt32;
src\libraries\System.Private.CoreLib\src\System\UInt64.cs (1)
1256static string IBinaryIntegerParseAndFormatInfo<ulong>.OverflowMessage => SR.Overflow_UInt64;
1 reference to OverflowMessage
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Number.Parsing.cs (1)
1073throw new OverflowException(TInteger.OverflowMessage);