Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Specifies the action to take in the event of an exception
Namespace: EnvDTE
Assembly: EnvDTE (in EnvDTE.dll)
Syntax
'Declaration
<GuidAttribute("ED2FBDD2-1EB1-11D3-B888-00C04F79E479")> _
Public Enumeration dbgExceptionAction
[GuidAttribute("ED2FBDD2-1EB1-11D3-B888-00C04F79E479")]
public enum dbgExceptionAction
[GuidAttribute(L"ED2FBDD2-1EB1-11D3-B888-00C04F79E479")]
public enum class dbgExceptionAction
[<GuidAttribute("ED2FBDD2-1EB1-11D3-B888-00C04F79E479")>]
type dbgExceptionAction
public enum dbgExceptionAction
Members
| Member name | Description | |
|---|---|---|
| dbgExceptionActionBreak | Halt execution. | |
| dbgExceptionActionContinue | Continue execution. | |
| dbgExceptionActionDefault | Perform the default action, either prompt or not. | |
| dbgExceptionActionIgnore | Ignore the exception. |