what()

Details_Exception::what() const method

Implements what() method which is called by ExceptionWrapper class. Despite of the fact that this class is not inherited from std::exception derived classes can use protected/private members to implement their logic. Moving this method implementation to the ExceptionWrapper may broke that logic.

virtual const char * System::Details_Exception::what() const noexcept

Return Value

The description of the exception.

See Also