21 namespace Deveel.Data.Sql.Expressions {
28 : this(message, null) {
36 : this(errorCode, null) {
40 : this(errorCode, message, null) {
44 : base((int)errorCode, message, innerException) {
SqlExpressionException(ExpressionErrorCodes errorCode, string message, Exception innerException)
SqlExpressionException(string message)
ExpressionErrorCodes
Lists all the codes of errors in the expressions domain
SqlExpressionException(ExpressionErrorCodes errorCode)
An unknown error that was not handled.
SqlExpressionException(ExpressionErrorCodes errorCode, string message)
SqlExpressionException(string message, Exception innerException)
The base class of all the exceptions handled by the system and that can be converted to events sent t...