...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
boost::interprocess::interprocess_exception
// In header: <boost/interprocess/exceptions.hpp> class interprocess_exception : public exception { public: // construct/copy/destruct interprocess_exception(const char *); interprocess_exception(const error_info &, const char * = 0); ~interprocess_exception(); // public member functions virtual const char * what() const; native_error_t get_native_error() const; error_code_t get_error_code() const; };