-Cpp_exceptions

Controls the use of C++ exceptions.

Syntax
  -cpp_exceptions on | off  
Remarks

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.