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
Re-enables the current exception process if the exception was corrected.
Reminder: An exception process of WLanguage can be used once only (to avoid endless loops if the exception is not fixed). ExceptionEnable re-enables the exception process: another exception can be processed by the process.
Example
// Re-enables the exception process
ExceptionEnable()
Syntax
ExceptionEnable()
Remarks
  • ExceptionEnable must be called in an exception process only (process triggered by: "WHEN EXCEPTION").
  • The function must not be used in a procedure or in a method called from an exception process.
Component: wd290vm.dll
Minimum version required
  • Version 9
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help