Debugger4.ExceptionGroups Eigenschaft

Definition

Ruft die Ausnahmeeinstellungen für den Debugger ab. Diese Einstellungen legen für jede Ausnahme fest, ob der Debugger dem Code die Chance gibt, die Ausnahme zu behandeln, bevor die Ausführung unterbrochen wird.

public:
 property EnvDTE90::ExceptionGroups ^ ExceptionGroups { EnvDTE90::ExceptionGroups ^ get(); };
[System.Runtime.InteropServices.DispId(2101)]
public EnvDTE90.ExceptionGroups ExceptionGroups { [System.Runtime.InteropServices.DispId(2101)] get; }
[<System.Runtime.InteropServices.DispId(2101)>]
[<get: System.Runtime.InteropServices.DispId(2101)>]
member this.ExceptionGroups : EnvDTE90.ExceptionGroups
Public ReadOnly Property ExceptionGroups As ExceptionGroups

Eigenschaftswert

ExceptionGroups

Ein ExceptionGroups-Objekt.

Implementiert

Attribute

Hinweise

Siehe ExceptionGroups.

Gilt für