Partager via


ERRORRESUMEACTION Enumeration

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