WinStd
Windows Win32 API using Standard C++
Public Member Functions | List of all members
winstd::win_runtime_error Class Reference

Windows runtime error. More...

#include <WinStd/Common.h>

Inheritance diagram for winstd::win_runtime_error:
winstd::num_runtime_error< DWORD > winstd::eap_runtime_error

Public Member Functions

 win_runtime_error (error_type num, const std::string &msg)
 Constructs an exception. More...
 
 win_runtime_error (error_type num, const char *msg=nullptr)
 Constructs an exception. More...
 
 win_runtime_error (const std::string &msg)
 Constructs an exception using GetLastError() More...
 
 win_runtime_error (const char *msg=nullptr)
 Constructs an exception using GetLastError() More...
 
tstring msg (DWORD dwLanguageId=0) const
 Returns a user-readable Windows error message. More...
 
- Public Member Functions inherited from winstd::num_runtime_error< DWORD >
 num_runtime_error (error_type num, const std::string &msg)
 Constructs an exception. More...
 
 num_runtime_error (error_type num, const char *msg=nullptr)
 Constructs an exception. More...
 
error_type number () const
 Returns the Windows error number.
 

Additional Inherited Members

- Public Types inherited from winstd::num_runtime_error< DWORD >
typedef DWORD error_type
 Error number type.
 
- Protected Attributes inherited from winstd::num_runtime_error< DWORD >
error_type m_num
 Numeric error code.
 

Detailed Description

Windows runtime error.

Constructor & Destructor Documentation

◆ win_runtime_error() [1/4]

winstd::win_runtime_error::win_runtime_error ( error_type  num,
const std::string &  msg 
)
inline

Constructs an exception.

Parameters
[in]numWindows error code
[in]msgError message

◆ win_runtime_error() [2/4]

winstd::win_runtime_error::win_runtime_error ( error_type  num,
const char *  msg = nullptr 
)
inline

Constructs an exception.

Parameters
[in]numWindows error code
[in]msgError message

◆ win_runtime_error() [3/4]

winstd::win_runtime_error::win_runtime_error ( const std::string &  msg)
inline

Constructs an exception using GetLastError()

Parameters
[in]msgError message

◆ win_runtime_error() [4/4]

winstd::win_runtime_error::win_runtime_error ( const char *  msg = nullptr)
inline

Constructs an exception using GetLastError()

Parameters
[in]msgError message

Member Function Documentation

◆ msg()

tstring winstd::win_runtime_error::msg ( DWORD  dwLanguageId = 0) const
inline

Returns a user-readable Windows error message.

See also
FormatMessage function

The documentation for this class was generated from the following file: