|
DbException::what
|
|
#include <db_cxx.h>
virtual const char *
DbException::what() const;
Description
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.
Class
DbException
See Also
DbException::get_errno,
DbException::what,
and
DbMemoryException
Copyright Sleepycat Software
|