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

◆ ThrowUInt16OverflowException()

static void System.Convert.ThrowUInt16OverflowException ( )
inlinestaticprivate

Definition at line 479 of file Convert.cs.

480 {
481 throw new OverflowException(SR.Overflow_UInt16);
482 }

References System.SR.Overflow_UInt16.

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