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

◆ _Overflow()

static OverflowException System.Data.ExprException._Overflow ( string error)
inlinestaticprivate

Definition at line 7 of file ExprException.cs.

8 {
9 OverflowException ex = new OverflowException(error);
10 ExceptionBuilder.TraceExceptionAsReturnValue(ex);
11 return ex;
12 }

References System.Data.ExceptionBuilder.TraceExceptionAsReturnValue().

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