Note
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier les répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de changer de répertoire.
Describes how to continue from a runtime error.
Syntax
typedef enum tagERRORRESUMEACTION {
ERRORRESUMEACTION_ReexecuteErrorStatement,
ERRORRESUMEACTION_AbortCallAndReturnErrorToCaller,
ERRORRESUMEACTION_SkipErrorStatement,
} ERRORRESUMEACTION;
Members
| Member | Description |
|---|---|
| ERRORRESUMEACTION_ReexecuteErrorStatement | Re-executes the statement that produced the error. |
| ERRORRESUMEACTION_AbortCallAndReturnErrorToCaller | Lets the language engine handle the error. |
| ERRORRESUMEACTION_SkipErrorStatement | Resumes execution in the code following the statement that produced the error. |
See also
Active Script Debugger Constants, Enumerations, and Structures