Exception that can be thrown by ExpressionCalculator.
Inherits: BadRequestException
Description
The ExpressionException class defines an exception that can be thrown by ExpressionCalculator.
Constructors
Creates a new intance of this class.
public
ExpressionException(IContext context = null, string code = null, string message = null, Exception innerException = null)
- context: IContext - (optional) a context to trace execution through a call chain.
- code: string - code.
- message: string - human-readable error message.
- innerException: Exception - inner exception.