Command ‘Stop execution on handled exceptions’¶
Function: This command halts the application where the error is located despite a programmed exception handling.
Call: This command is not available by default, but it can be configured from the Add Command dialog box (Online category).
,Requirement: The application is in online mode and contains a programmed exception handling with the __TRY
and __CATCH
operators.
If you have configured this command from the
menu and you call it from there, then the currently active application is affected. Furthermore, this command can help you to detect errors.See also