Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Returns the name of the specified error code.
virtual string message(error_code::value_type _Val) const = 0;
Parameters
Parameter |
Description |
|---|---|
_Val |
The error code value to describe. |
Return Value
Returns a descriptive name of the error code _Val for the category.
Requirements
Header: <system_error>
Namespace: std