26 : base(errorCode, message) {
29 public QueryException(
int errorCode,
string message, Exception innerException)
30 : base(errorCode, message, innerException) {
A query to the database to select data from a set of tables and columns.
QueryException(int errorCode, string message, Exception innerException)
QueryException(int errorCode, string message)
QueryException(int errorCode)