Displays the standard window of exceptions with the content of the current exception.
WHEN EXCEPTION IN
Proc()
DO
// Display the exception
ExceptionDisplay()
// Specific code after the display
...
// End of application
EndProgram()
END
Syntax
<Result> = ExceptionDisplay()
<Result>: Integer constant
Operation performed on the window by the user: | |
edEndProgram | "Restart the application" was not checked by the user. |
edRelaunchProgram | "Restart the application" was checked by the user. |
Business / UI classification: Neutral code