19 namespace Deveel.Data.Sql.Statements {
34 : base(errorCode, message) {
42 : base(errorCode, message, innerException) {
StatementException(int errorCode, string message)
Enumerates a known set of codes in a SQL Model
StatementException(string message)
StatementException(string message, Exception innerException)
StatementException(int errorCode, string message, Exception innerException)
StatementException(int errorCode)