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

◆ FunctionArgumentOutOfRange()

static Exception System.Data.ExprException.FunctionArgumentOutOfRange ( string arg,
string func )
inlinestatic

Definition at line 68 of file ExprException.cs.

69 {
70 return ExceptionBuilder._ArgumentOutOfRange(arg, System.SR.Format(System.SR.Expr_ArgumentOutofRange, func));
71 }
static string Format(string resourceFormat, object p1)
Definition SR.cs:118
static string Expr_ArgumentOutofRange
Definition SR.cs:194
Definition SR.cs:7

References System.Data.ExceptionBuilder._ArgumentOutOfRange(), System.SR.Expr_ArgumentOutofRange, and System.SR.Format().

Referenced by System.Data.FunctionNode.EvalFunction().