Describes how to continue from a runtime error.

typedef enum tagERRORRESUMEACTION {
   ERRORRESUMEACTION_ReexecuteErrorStatement,
   ERRORRESUMEACTION_AbortCallAndReturnErrorToCaller,
   ERRORRESUMEACTION_SkipErrorStatement,
} ERRORRESUMEACTION;

Expand imageMembers

Expand imageSee Also