Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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