|
|
|
|
|
|
|
|
|
|
The following functions are used to manage errors and exceptions:
| | | ErrorChangeParameter | Configures the automatic behavior that will be implemented if an error occurs in the current process. | | ErrorInfo | Retrieves information about the last error that occurred in a function of a WINDEV, WINDEV Mobile or WEBDEV component. | | ErrorPropagate | 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 | Resets the detection of non-fatal errors: | | ErrorRestoreParameter | Restores the error process of a process. | | ErrorThrow | Throw a non-fatal error. | | ExceptionChangeParameter | Configures the automatic behavior that will be implemented if an exception occurs in the current process. | | ExceptionDisplay | Displays the standard window of exceptions with the content of the current exception. | | ExceptionEnable | Re-enables the current exception process if the exception was corrected. | | ExceptionInfo | Retrieves information about the current exception. | | ExceptionPropagate | Propagates an exception. | | ExceptionRestoreParameter | Restores the exception process of a process. | | ExceptionThrow | Artificially triggers the security mechanism of WLanguage by throwing an exception. |
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|