I have no idea. However, you might code a try/catch block in a small program and see if it compiles.
BTW: Many compilers have a setting to allow or disallow exception handling because using it creates a larger and slower executable. You might check your compiler settings.
Comment