|
|
|
|
|
ExceptionEnable (Function) In french: ExceptionActive Re-enables the current exception process if the exception was corrected. Reminder WLanguage exception handling can only be used once (to avoid infinite loops if the exception is not correctly corrected). The function ExceptionEnable function is used to reactivate exception processing: another exception can then be processed by the Line.
Remarks - The function ExceptionEnable FUNCTION function must only be called in exception processing (processing triggered by the keyword: "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…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|