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