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

◆ ThrowArgumentOutOfRangeException() [2/5]

static void System.ThrowHelper.ThrowArgumentOutOfRangeException ( ExceptionArgument argument)
inlinestaticpackage

Definition at line 205 of file ThrowHelper.cs.

206 {
207 throw new ArgumentOutOfRangeException(GetArgumentName(argument));
208 }
static string GetArgumentName(ExceptionArgument argument)

References System.ThrowHelper.GetArgumentName().