sbyte
, byte
, short
, ushort
, int
, uint
, long
, ulong
, char
throw OverflowException
depending on checked
/unchecked
context (ECMA-334, 11.1.5).float
, double
never throw OverflowException
(ECMA-334, 11.1.6).decimal
always throw OverflowException
(ECMA-334, 11.1.7).