The routines described in this section fall into two main categories:
Those that allow interpretation of error codes returned by other routines. Routines which fall into this category include ERR77 and DOS_ERROR_MESSAGE@. Where a routine returns an error code it is of course always good practice to check it for an acceptable value (usually zero).
Those that allow control over the action taken in the event of a software-generated exception. Exception handling routines in this section are currently for Win32 only. For information on handling .NET exceptions see Handling exceptions.
Gets details of the access violation. |
|
Clears a floating point underflow exception. |
|
Gets a DOS error message. |
|
Prints a DOS error message when an error occurs. |
|
Prints a DOS error message and terminate a program when an error occurs. |
|
Prints a user defined error message and terminate a program. |
|
Finds the address of the instruction that generated the exception. |
|
Gets a Fortran error message. |
|
Gets virtual common block details. |
|
Executes a non-local jump. |
|
Sets a label for a non-local jump. |
|
Switches off floating point underflow checking. |
|
Prints the error message associated with a given error code. |
|
Prints a message and exit from a program with Control-break. |
|
Removes a user defined exception handler. |
|
Prints the run-time error corresponding to a given IOSTAT value. |
|
Controls the critical event handler. |
|
Traps a given event. |
|
Installs a user defined exception handler. |
|
Gets the number of floating point underflows. |