Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ ThrowByteOverflowException()

static void System.Convert.ThrowByteOverflowException ( )
inlinestaticprivate

Definition at line 461 of file Convert.cs.

462 {
463 throw new OverflowException(SR.Overflow_Byte);
464 }

References System.SR.Overflow_Byte.

Referenced by System.Convert.ToByte(), System.Convert.ToByte(), System.Convert.ToByte(), System.Convert.ToByte(), System.Convert.ToByte(), System.Convert.ToByte(), and System.Convert.ToByte().