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

◆ _Expr()

static InvalidExpressionException System.Data.ExprException._Expr ( string error)
inlinestaticprivate

Definition at line 14 of file ExprException.cs.

15 {
16 InvalidExpressionException ex = new InvalidExpressionException(error);
17 ExceptionBuilder.TraceExceptionAsReturnValue(ex);
18 return ex;
19 }

References System.Data.ExceptionBuilder.TraceExceptionAsReturnValue().

Referenced by System.Data.ExprException.NYI().