CorDebugStepReason 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 CorDebugStepReason
public enum class CorDebugStepReason
enum CorDebugStepReason
public enum CorDebugStepReason
type CorDebugStepReason =
Public Enum CorDebugStepReason
- Inheritance
-
CorDebugStepReason
Fields
Name | Value | Description |
---|---|---|
STEP_NORMAL | 0 | |
STEP_RETURN | 1 | |
STEP_CALL | 2 | |
STEP_EXCEPTION_FILTER | 3 | |
STEP_EXCEPTION_HANDLER | 4 | |
STEP_INTERCEPT | 5 | |
STEP_EXIT | 6 |