class
exceptionThe base exception type for all binary_
exceptions.
Derived classes
- class buffer_exhausted
- An exception which indicates the underlying buffer for a stream has been exhausted.
Constructors, destructors, conversion operators
- exception(const char* a_what) noexcept
- Constructs an exception with the given message.
Public functions
Function documentation
const char* binary_io:: exception:: what() const noexcept
Gets the stored message from the given exception.
Returns | The stored error message. |
---|