Relative Content

Tag Archive for c++windowsexceptionvisual-c++try-except

C++ EXCEPTION_FLT_DIVIDE_BY_ZERO hardware exception not caught

I have three dedicated functions, each containing a __try/_except block, and in which a EXCEPTION_ACCESS_VIOLATION, EXCEPTION_INT_DIVIDE_BY_ZERO, and EXCEPTION_FLT_DIVIDE_BY_ZERO exception should be thrown, respectively. A filter is also provided for each __except.