Debugger4.ExceptionGroups Property

Definition

Gets the exception settings for the debugger. For each exception, these settings determine whether the debugger gives the code a chance to handle the exception before the debugger breaks execution.

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

Property Value

A ExceptionGroups object.

Implements

Attributes

Remarks

See ExceptionGroups.

Applies to