std::bad_exception Class Reference

#include <stdapis/stlportv5/exception>

Link against: stdnew.lib

class std::bad_exception : public std::exception

Inherits from

Constructor & Destructor Documentation

bad_exception ( )

bad_exception()

bad_exception ( const bad_exception & )

bad_exception(const bad_exception &)

~bad_exception ( )

~bad_exception()[virtual]

Member Function Documentation

operator= ( const bad_exception & )

bad_exception &operator=(const bad_exception &)

what ( )

const char *what()const [virtual]

Reimplemented from std::exception::what()const