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

Public Types | |
Member Types | |
| typedef windows_exception | parent_class_type |
| The parent class type. | |
| typedef clipboard_exception | class_type |
| The class type. | |
Public Member Functions | |
Construction | |
| clipboard_exception (char const *reason, error_code_type err) | |
| Constructs an instance from a reason and an error code. | |
| typedef windows_exception parent_class_type |
The parent class type.
Reimplemented from windows_exception.
Reimplemented in clipboard_scope_exception.
| typedef clipboard_exception class_type |
| clipboard_exception | ( | char const * | reason, | |
| error_code_type | err | |||
| ) | [inline] |
Constructs an instance from a reason and an error code.
1.5.6