virtual const char* what() const; |
Returns the explanatory string.
Parameters
(none).
Return value
Pointer to a null-terminated string with explanatory information.
Exceptions
noexcept specification: noexcept virtual const char* what() const; |
Returns the explanatory string.
(none).
Pointer to a null-terminated string with explanatory information.
noexcept specification: noexcept
Please login to continue.