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.
publicExpressionException(string correlationId = null, string code = null, string message = null, Exception innerException = null)
- correlationId: string - transaction id used to trace execution through the call chain.
 - code: string - code.
 - message: string - human-readable error message.
 - innerException: Exception - inner exception.