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

◆ CreateArgumentOutOfRangeException_PositionOutOfRange()

static Exception System.ThrowHelper.CreateArgumentOutOfRangeException_PositionOutOfRange ( )
inlinestaticprivate

Definition at line 64 of file ThrowHelper.cs.

65 {
66 return new ArgumentOutOfRangeException("position");
67 }

Referenced by System.ThrowHelper.ThrowArgumentOutOfRangeException_PositionOutOfRange().