Debugger4.ExceptionGroups Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.