ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

This content has been translated automatically.  Click here  to view the French version.
Help / WLanguage / WLanguage functions / Standard functions / Exception functions
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
Re-enables the current exception process if the exception was corrected.
Reminder WLanguage exception handling can only be used once (to avoid infinite loops if the exception is not correctly corrected). The function ExceptionEnable function is used to reactivate exception processing: another exception can then be processed by the Line.
Example
// Ré-active le traitement d'exception
ExceptionEnable()
Syntax
ExceptionEnable()
Remarks
  • The function ExceptionEnable FUNCTION function must only be called in exception processing (processing triggered by the keyword: "WHEN EXCEPTION").
  • The function must not be used in a procedure or in a method called from an exception process.
Component: wd300vm.dll
Minimum version required
  • Version 9
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 03/28/2025

Send a report | Local help