Constructs a CXlStructuredExceptionHandler object
CXlStructuredExceptionHandler( ); |
When the constructor is called, the C runtime method _set_se_translator()
is used to set a private static method which will handle C runtime structured exceptions
until this object goes out of scope.
Header: xlpexcept.h
CXlStructuredExceptionHandler Class | CXlStructuredExceptionHandler Methods