#include <winstl/dl/dl_call.hpp>

Types | |
| typedef windows_exception | parent_class_type |
| The parent class type. | |
| typedef invalid_calling_convention_exception | class_type |
| The class type. | |
| typedef parent_class_type::error_code_type | error_code_type |
| The error code type. | |
Public Member Functions | |
Construction | |
| invalid_calling_convention_exception (char const *callingConventionSpecifier) | |
| Constructs an instance of the exception based on the given function name, and Windows error code. | |
Accessors | |
| string_type const & | get_specifier () const |
| typedef windows_exception parent_class_type |
| invalid_calling_convention_exception | ( | char const * | callingConventionSpecifier | ) | [inline] |
Constructs an instance of the exception based on the given function name, and Windows error code.
1.5.6