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

◆ TypeMismatchInBinop()

static Exception System.Data.ExprException.TypeMismatchInBinop ( int op,
Type type1,
Type type2 )
inlinestatic

Definition at line 178 of file ExprException.cs.

179 {
180 return _Eval(System.SR.Format(System.SR.Expr_TypeMismatchInBinop, Operators.ToString(op), type1, type2));
181 }
static EvaluateException _Eval(string error)
static string Format(string resourceFormat, object p1)
Definition SR.cs:118
static string Expr_TypeMismatchInBinop
Definition SR.cs:160
Definition SR.cs:7

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

Referenced by System.Data.BinaryNode.SetTypeMismatchError().