|
|
|
|
|
ExceptionEnable (Function) In french: ExceptionActive 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. // Re-enables the exception process 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.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|