std::exception Class Reference
#include <stdapis/stlportv5/exception>
Link against: stdnew.lib
class std::exception
Public Member Functions
exception
()
exception
(const
exception
&)
virtual
~exception
()
exception
&
operator=
(const
exception
&)
virtual const char *
what
()
Constructor & Destructor Documentation
exception ( )
exception
(
)
exception ( const exception & )
exception
(
const
exception
&
)
~exception ( )
~exception
(
)
[virtual]
Member Function Documentation
operator= ( const exception & )
exception
&
operator=
(
const
exception
&
)
what ( )
const char *
what
(
)
const [virtual]