14  MySQLException(
unsigned int error, 
const char* message);
 
   15  MySQLException(
unsigned int error, 
const std::string& message);
 
   17  ~MySQLException() override;
 
   19  unsigned int GetErrno() 
const;
 
   30  ~MySQLIOException() override;
 
   38  ~MySQLStatementException() override;
 
   46  ~MySQLCommandException() override;
 
   54  ~MySQLTransactionException() override;
 
   62  ~MySQLValidationException() override;