Exception class. It is thrown when ODBC statement cannot be created for a reason indicated in a message.
class DbExceptionCreateStatement :public std::exception
{
public:
const char *what() const noexcept override;
DbExceptionCreateStatement(const String &msg);
};
Namespace: | nitisa |
Include: | Nitisa/Db/DbExceptionCreateStatement.h |