Deveel.Data.Sql.Statements.StatementException.StatementException C# (CSharp) Метод

StatementException() публичный Метод

public StatementException ( ) : System
Результат System
        public StatementException()
            : this(SystemErrorCodes.StatementExecutionError)
        {
        }

Same methods

StatementException::StatementException ( int errorCode ) : System
StatementException::StatementException ( int errorCode, string message ) : System
StatementException::StatementException ( int errorCode, string message, Exception innerException ) : System
StatementException::StatementException ( string message ) : System
StatementException::StatementException ( string message, Exception innerException ) : System
StatementException