ERRORRESUMEACTION Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public enum class ERRORRESUMEACTION
public enum ERRORRESUMEACTION
type ERRORRESUMEACTION =
Public Enum ERRORRESUMEACTION
- Inheritance
-
ERRORRESUMEACTION
Fields
Name | Value | Description |
---|---|---|
ERRORRESUMEACTION_ReexecuteErrorStatement | 0 | |
ERRORRESUMEACTION_AbortCallAndReturnErrorToCaller | 1 | |
ERRORRESUMEACTION_SkipErrorStatement | 2 |