Describes how to continue from a run-time error.
Syntax
typedef enum tagERRORRESUMEACTION { ERRORRESUMEACTION_ReexecuteErrorStatement, ERRORRESUMEACTION_AbortCallAndReturnErrorToCaller, ERRORRESUMEACTION_SkipErrorStatement } ERRORRESUMEACTION;
Constants
- ERRORRESUMEACTION_ReexecuteErrorStatement
- Re-execute the statement that caused the error.
- ERRORRESUMEACTION_AbortCallAndReturnErrorToCaller
- Let the language engine handle the error.
- ERRORRESUMEACTION_SkipErrorStatement
- Resume execution with the statement after the statement that caused the error.
Enumerated Type Information
Windows NT Use version 4.0 Windows Use Windows 95 and later Header Activdbg.h Minimum availability Internet Explorer 4.0