19 namespace Deveel.Data.Sql.Expressions {
29 : this(
"An error occurred while evaluating a SQL Expression.") {
37 : this(message, null) {
ExpressionEvaluateException()
Constructs a new exception with no detailed message.
An error occurring while evaluating an SqlExpression.
An error occurred while evaluating the expression.
ExpressionEvaluateException(string message, Exception innerException)
Constructs a new exception with a detailed message and the reference to an originating error...
ExpressionErrorCodes
Lists all the codes of errors in the expressions domain
ExpressionEvaluateException(string message)
Constructs an exception with a message detailing the error.