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

◆ ThrowArgumentOutOfRangeException() [2/2]

static void System.Text.RegularExpressions.ThrowHelper.ThrowArgumentOutOfRangeException ( ExceptionArgument arg,
ExceptionResource resource )
inlinestaticpackage

Definition at line 26 of file ThrowHelper.cs.

27 {
28 throw new ArgumentOutOfRangeException(GetStringForExceptionArgument(arg), GetStringForExceptionResource(resource));
29 }
static string GetStringForExceptionArgument(ExceptionArgument arg)
static string GetStringForExceptionResource(ExceptionResource resource)

References System.Text.RegularExpressions.ThrowHelper.GetStringForExceptionArgument(), and System.Text.RegularExpressions.ThrowHelper.GetStringForExceptionResource().