38 errno_error(_In_ errno_t num, _In_opt_z_
const char *msg =
nullptr) :
Standard C runtime library error.
Definition errno.hpp:18
errno_t m_num
Numeric error code.
Definition errno.hpp:75
errno_error(errno_t num, const std::string &msg)
Constructs an exception.
Definition errno.hpp:26
errno_t number() const
Returns the error number.
Definition errno.hpp:69
errno_error(const std::string &msg)
Constructs an exception using GetLastError()
Definition errno.hpp:49
errno_error(const char *msg=nullptr)
Constructs an exception using GetLastError()
Definition errno.hpp:60
errno_error(errno_t num, const char *msg=nullptr)
Constructs an exception.
Definition errno.hpp:38