Boost Exception

exception::diagnostic_information

virtual char const * diagnostic_information() const throw();

Returns:

A string representation of all data stored in the boost::exception object by the operator<< function. See "Diagnostic Information" for details.

Throws:

Nothing.

Notes: