dbgExceptionAction 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.
Specifies the action to take in the event of an exception
public enum class dbgExceptionAction
public enum class dbgExceptionAction
enum dbgExceptionAction
[System.Runtime.InteropServices.Guid("ED2FBDD2-1EB1-11D3-B888-00C04F79E479")]
public enum dbgExceptionAction
[<System.Runtime.InteropServices.Guid("ED2FBDD2-1EB1-11D3-B888-00C04F79E479")>]
type dbgExceptionAction =
Public Enum dbgExceptionAction
- Inheritance
-
dbgExceptionAction
- Attributes
Fields
Name | Value | Description |
---|---|---|
dbgExceptionActionDefault | 1 | Perform the default action, either prompt or not. |
dbgExceptionActionIgnore | 2 | Ignore the exception. |
dbgExceptionActionBreak | 3 | Halt execution. |
dbgExceptionActionContinue | 4 | Continue execution. |