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

◆ MissingOperand()

static Exception System.Data.ExprException.MissingOperand ( OperatorInfo before)
inlinestatic

Definition at line 53 of file ExprException.cs.

54 {
55 return _Syntax(System.SR.Format(System.SR.Expr_MissingOperand, Operators.ToString(before._op)));
56 }
static SyntaxErrorException _Syntax(string error)
static string Format(string resourceFormat, object p1)
Definition SR.cs:118
static string Expr_MissingOperand
Definition SR.cs:120
Definition SR.cs:7

References System.Data.OperatorInfo._op, System.Data.ExprException._Syntax(), System.SR.Expr_MissingOperand, System.SR.Format(), and System.Data.Operators.ToString().

Referenced by System.Data.ExpressionParser.Parse().