dbgExceptionAction Enumeration
Visual Studio 2015
Specifies the action to take in the event of an exception
Assembly: EnvDTE (in EnvDTE.dll)
| Member name | Description | |
|---|---|---|
| dbgExceptionActionBreak | Halt execution. | |
| dbgExceptionActionContinue | Continue execution. | |
| dbgExceptionActionDefault | Perform the default action, either prompt or not. | |
| dbgExceptionActionIgnore | Ignore the exception. |
Show: