ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2024

Category: Exception functions
21 results
Error handling can be customized for each process...
The management of exceptions can be customized by process...
List of constants used by the functions for managing errors and exceptions.
Configures the automatic behavior that will be implemented if an error occurs in the current process.
Retrieves information about the last error that occurred in a function of a WINDEV, WINDEV Mobile or WEBDEV component.
Propagates a non-fatal error that can be processed by the calling code if the management of non-fatal errors was enabled for this code (in the code editor or by ErrorChangeParameter).
Resets the detection of non-fatal errors:
Restores the error process of a process.
Throw a non-fatal error.
Configures the automatic behavior that will be implemented if an exception occurs in the current process.
Displays the standard window of exceptions with the content of the current exception.
Re-enables the current exception process if the exception was corrected.
Retrieves information about the current exception.
Propagates an exception.
Restores the exception process of a process.
Artificially triggers the security mechanism of WLanguage by throwing an exception.
A process of general exception is available for all the components of the object with which it is associated...
The security mechanism of WLanguage is enabled when a programming error occurs in an application...
Some errors may occur in your application...
A process of specific exception is used to process a risky code (which means a code that could trigger an exception)...
List of functions for managing runtime errors