Intel® Fortran Compiler 16.0 User and Reference Guide

Advanced Exception and Termination Handling Overview

This section provides information about exception and termination handling issues.

To employ some of the exception handling techniques presented, you will need a C language compiler, which has support for try-except constructs or some other form of support for structured exception handling.

See Also