ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Category: Exception functions
21 results
Automatic error handling
Error handling can be customized for each process...
Automatic management of exceptions
The management of exceptions can be customized by process...
Constants for managing errors and exceptions
List of constants used by the functions for managing errors and exceptions.
ErrorChangeParameter (Function)
Configures the automatic behavior that will be implemented if an error occurs in the current process.
ErrorInfo (Function)
Retrieves information about the last error that occurred in a function of a WINDEV, WINDEV Mobile or WEBDEV component.
ErrorPropagate (Function)
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).
ErrorReset (Function)
Resets the detection of non-fatal errors:
ErrorRestoreParameter (Function)
Restores the error process of a process.
ErrorThrow (Function)
Throw a non-fatal error.
ExceptionChangeParameter (Function)
Configures the automatic behavior that will be implemented if an exception occurs in the current process.
ExceptionDisplay (Function)
Displays the standard window of exceptions with the content of the current exception.
ExceptionEnable (Function)
Re-enables the current exception process if the exception was corrected.
ExceptionInfo (Function)
Retrieves information about the current exception.
ExceptionPropagate (Function)
Propagates an exception.
ExceptionRestoreParameter (Function)
Restores the exception process of a process.
ExceptionThrow (Function)
Artificially triggers the security mechanism of WLanguage by throwing an exception.
General exception mechanism
A process of general exception is available for all the components of the object with which it is associated...
Managing the programming errors
The security mechanism of WLanguage is enabled when a programming error occurs in an application...
Managing the runtime errors
Some errors may occur in your application...
Mechanism of specific exceptions
A process of specific exception is used to process a risky code (which means a code that could trigger an exception)...
Runtime error functions
List of functions for managing runtime errors