Controls the use of C++ exceptions.
-Cpp_exceptions on | off
When on, the compiler recognizes the try, catch, and throw keywords and generates extra executable code and data to handle exception throwing and catching. The default is on.