Click to return to the Component Development home page    
DOCUMENTNAMETYPE Enumerat...     Active Script Debugging A...     Active Script Degugging A...    
Web Workshop  |  Component Development

ERRORRESUMEACTION Enumerated Type


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 NTUse version 4.0
WindowsUse Windows 95 and later
HeaderActivdbg.h
Minimum availabilityInternet Explorer 4.0


Back to topBack to top

Did you find this topic useful? Suggestions for other topics? Write us!

© 1999 Microsoft Corporation. All rights reserved. Terms of use.