|
|
|
|
|
ErrorThrow (Function) In french: ErreurDéclenche Throw a non-fatal error. This error can be processed by the calling code if the management of non-fatal errors was enabled for this code (by the error handling window or the ErrorChangeParameter function).
Syntax
ErrorThrow(<Number> [, <Error message>])
<Number>: Integer Error number, defined by the developer. This number must be between 1 and 1000. <Error message>: Optional character string Additional information about the error. Remarks The error handling mechanism, whether automatic (managed by error handling window) or programmed (function ErrorChangeParameter), is not triggered if the WLanguage function or user procedure is in one of the following cases: SI PAS <Fonction ou procédure> ALORS // Traitement de l'erreur FIN <Fonction ou procédure> SI ErreurDétectée = Vrai ALORS // Traitement de l'erreur FIN The mechanism considers that the error is processed through programming and the automatic process is not triggered.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|