Freigeben über


dbgExceptionAction-Enumeration

Gibt die Aktion an, die bei einer Ausnahme ausgeführt werden soll.

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

Member

Membername Beschreibung
dbgExceptionActionBreak Anhalten der Ausführung
dbgExceptionActionContinue Fortsetzen der Ausführung
dbgExceptionActionDefault Ausführen der Standardaktion, entweder mit oder ohne Eingabeaufforderung
dbgExceptionActionIgnore Ignorieren der Ausnahme

Siehe auch

Referenz

EnvDTE-Namespace