Default Error Handler

If a run-time error has not been handled by a try-catch block or by an OnError handler, control passes to the Default Error Handler.

An example of a Default Error Handler dialog box that lists and describes a non-recoverable run-time error is the following:

Default Error Handler

A run-time error can be non-recoverable or recoverable.

A non-recoverable run-time error displays a default error handler dialog box that allows you the option to either Abort or Pause the application.

A recoverable run-time error displays a default error handler dialog box that allows you the option to Ignore, Retry, Abort, or Pause the application.