Defines a nested type alias to a chsvlib exception depending on the chsvlib error code. More...
#include <chsvexception.h>
Public Types | |
typedef selected_exception_type | type |
An exception class which corresponds to the error code exception_code . | |
Defines a nested type alias to a chsvlib exception depending on the chsvlib error code.
exception_code | An error code to map to the exception type. |
typename code_based_exception<exception_code>::type
.