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

◆ GetArgumentOutOfRangeException() [2/2]

static ArgumentOutOfRangeException System.ThrowHelper.GetArgumentOutOfRangeException ( ExceptionArgument argument,
int paramNumber,
ExceptionResource resource )
inlinestaticprivate

Definition at line 477 of file ThrowHelper.cs.

478 {
479 return new ArgumentOutOfRangeException(GetArgumentName(argument) + "[" + paramNumber + "]", GetResourceString(resource));
480 }
static string GetResourceString(ExceptionResource resource)
static string GetArgumentName(ExceptionArgument argument)

References System.ThrowHelper.GetArgumentName(), and System.ThrowHelper.GetResourceString().