C# Class Deveel.Data.Sql.Expressions.ExpressionEvaluateException

An error occurring while evaluating an SqlExpression.
Inheritance: SqlExpressionException
Mostrar archivo Open project: deveel/deveeldb

Private Methods

Method Description
ExpressionEvaluateException ( string message ) : System

Constructs an exception with a message detailing the error.

ExpressionEvaluateException ( string message, Exception innerException ) : System

Constructs a new exception with a detailed message and the reference to an originating error.