Error Handling Functions
Statements and procedures that provide runtime error-handling capabilities.
Description
These statements and procedures provide ways of dealing with runtime errors. Specific modules, procedures and source code lines can be retrieved, and error handlers can be set up.
Determining ErrorsProcedures that retrieve information about an error.
Handling ErrorsStatements that allow handling of errors.
Determining Errors | Handling Errors On Error Sets a global error handler using a label. On Local ErrorSets a local error handler using a label. ResumeResumes execution at the line where the error occurred. Resume NextResumes execution at the line after where the error occurred. |
See also