#include <winstl/error/exceptions.hpp>
Public Types | |
Member Types | |
| typedef resource_exception | thrown_type |
| The thrown type. | |
| typedef ws_dword_t | error_code_type |
Public Member Functions | |
Operators | |
| void | operator() (char const *reason, error_code_type err) const |
| Function call operator, taking two parameters. | |
| void | operator() (char const *reason, error_code_type err, LPCTSTR resourceId) const |
| Function call operator, taking three parameters. | |
| void | operator() (char const *reason, error_code_type err, LPCTSTR resourceId, LPCTSTR resourceType) const |
| Function call operator, taking four parameters. | |
| typedef resource_exception thrown_type |
The thrown type.
| void operator() | ( | char const * | reason, | |
| error_code_type | err | |||
| ) | const [inline] |
Function call operator, taking two parameters.
| void operator() | ( | char const * | reason, | |
| error_code_type | err, | |||
| LPCTSTR | resourceId | |||
| ) | const [inline] |
Function call operator, taking three parameters.
| void operator() | ( | char const * | reason, | |
| error_code_type | err, | |||
| LPCTSTR | resourceId, | |||
| LPCTSTR | resourceType | |||
| ) | const [inline] |
Function call operator, taking four parameters.
1.5.6