#include <winstl/toolhelp/error/exceptions.hpp>

Public Types | |
Member Types | |
| typedef windows_exception | parent_class_type |
| The parent class type. | |
| typedef toolhelp_exception | class_type |
| The class type. | |
| typedef parent_class_type::error_code_type | error_code_type |
| The error code type. | |
Public Member Functions | |
Construction | |
| toolhelp_exception (error_code_type err) | |
| Constructs an instance from the given error code. | |
| toolhelp_exception (char const *reason, error_code_type err) | |
| Constructs an instance from the given message and error code. | |
| typedef windows_exception parent_class_type |
| typedef toolhelp_exception class_type |
| toolhelp_exception | ( | error_code_type | err | ) | [inline, explicit] |
Constructs an instance from the given error code.
| err | The error code that is passed to the parent class (winstl::windows_exception) constructor |
| toolhelp_exception | ( | char const * | reason, | |
| error_code_type | err | |||
| ) | [inline] |
Constructs an instance from the given message and error code.
| reason | The reason that is passed to the parent class (winstl::windows_exception) constructor | |
| err | The error code that is passed to the parent class (winstl::windows_exception) constructor |
1.5.6