Default Run-Time Error Processing

The Visual Fortran run-time system processes a number of errors that can occur during program execution. A default action is defined for each error recognized by the Visual Fortran run-time system. The default actions described throughout this chapter occur unless overridden by explicit error-processing methods.

The way in which the Visual Fortran run-time system actually processes errors depends upon the following factors:

How arithmetic exception conditions are reported and handled depends on the cause of the exception and how the program was compiled. Unless the program was compiled to handle exceptions, the exception might not be reported until after the instruction that caused the exception condition.

For more information: