21 namespace Deveel.Data.Sql.Parser {
40 : base(errorCode, message) {
48 : base(errorCode, message, innerException) {
SqlParseException(int errorCode)
SqlParseException(int errorCode, string message)
Constant error codes within the SQL compilation domain.
SqlParseException(string message, Exception innerException)
SqlParseException(string message)
An error that occurs when compiling a input string into a SQL object.
SqlParseException(int errorCode, string message, Exception innerException)
The base class of all the exceptions handled by the system and that can be converted to events sent t...