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