Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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