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

◆ UnsupportedOperator()

static Exception System.Data.ExprException.UnsupportedOperator ( int op)
inlinestatic

Definition at line 188 of file ExprException.cs.

189 {
190 return _Eval(System.SR.Format(System.SR.Expr_UnsupportedOperator, Operators.ToString(op)));
191 }
static EvaluateException _Eval(string error)
static string Expr_UnsupportedOperator
Definition SR.cs:166
static string Format(string resourceFormat, object p1)
Definition SR.cs:118
Definition SR.cs:7

References System.Data.ExprException._Eval(), System.SR.Expr_UnsupportedOperator, System.SR.Format(), and System.Data.Operators.ToString().

Referenced by System.Data.ExpressionParser.BuildExpression(), System.Data.BinaryNode.EvalBinaryOp(), and System.Data.UnaryNode.EvalUnaryOp().