#include <winstl/synch/tss_index.hpp>

Public Types | |
Types | |
| typedef synchronisation_exception | parent_class_type |
| The parent class type. | |
| typedef tss_exception | class_type |
| The class type. | |
| typedef parent_class_type::error_code_type | error_code_type |
| The error code type. | |
Public Member Functions | |
Construction | |
| tss_exception (error_code_type err) | |
Accessors | |
| virtual char const * | what () const throw () |
| Returns a human-readable string describing the exception condition. | |
| typedef tss_exception class_type |
| virtual char const* what | ( | ) | const throw () [inline, virtual] |
Returns a human-readable string describing the exception condition.
Reimplemented from windows_exception.
1.5.6