#include <errno.h>
|
An exception with the last errno condition. The base class is constructed with the corresponding strerror string. |
|
Same as errno_exception(), except adds a prefix and a separator ": " to the message.
|
|
An exception with a given errno condition. The base class is constructed with the corresponding strerror string. |
|
Same as errno_exception(int), except adds a prefix and a separator ": " to the message.
|
|
Return the errno of this exception.
|