ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Standard functions / Exception functions
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
ExceptionDisplay (Function)
In french: ExceptionAffiche
Displays the standard window of exceptions with the content of the current exception.
WEBDEV - Server code The standard window of exceptions is displayed in test mode only. The window is not displayed during the execution of the site.
Example
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.

WEBDEV - Server codeAndroidAndroid Widget Java The standard window of exceptions is displayed in test mode only. The window is not displayed during the execution of the site. In this case, <Result> is set to edEndProgram.
Business / UI classification: Neutral code
Component: wd290vm.dll
Minimum version required
  • Version 16
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 10/02/2023

Send a report | Local help