Exception that can be thrown by ExpressionCalculator.
Description
The ExpressionException class defines an exception that can be thrown by ExpressionCalculator.
Constructors
NewExpressionError
Exception that can be thrown by Expression Calculator.
NewExpressionError(context IContext, code, message string, line, column int) *ApplicationError
- context: IContext - (optional) a context to trace execution through a call chain..
- code: string - code
- message: string - human-readable error message.
- line: int - line number
- column: int - column number