Error Handling

To set up handling options for errors occurring in Foresight Analytics Platform based systems, use the Error Handling tab in the Feedback section of the Parameters dialog box.

To open the dialog box

Specify the following parameters:

Select an assembly, unit or form, which contains function with appropriate signature, in the drop-down list. The suitable functions will be displayed in the Functions drop-down list. If the function returns True, the error is considered as handled, and the application continues work in normal mode. If the function returns False, the error persists and should be handled in the application code or it will be appropriate error information message.

NOTE. The proper error handler enables the user to handle only the errors occurred in application code. Errors that can appear in the Foresight Analytics Platform core will be displayed in the corresponding window.

See also:

Global Event Handlers