dbgExceptionAction Enum

Definition

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

dbgExceptionActionBreak 3

Halt execution.

dbgExceptionActionContinue 4

Continue execution.

dbgExceptionActionDefault 1

Perform the default action, either prompt or not.

dbgExceptionActionIgnore 2

Ignore the exception.

Applies to