www.fifi.org Documentation Manpages GNU Info Debian document tree Whole document tree Trigance web page Public services User info Mailing lists Secure server Multilingual usage
Copyright (C) 2000-2012 Philippe Troin <webmaster@fifi.org>.
Validate HTML Validate CSS
Whole document tree
#include <db_cxx.h> virtual const char * DbException::what() const;
virtual const char * DbException::what() const;
A DbException object contains an informational string and an errno. The errno can be obtained by using DbException::get_errno. The informational string can be obtained by using DbException::what.
Copyright Sleepycat Software