Debugger4.ExceptionGroups Property

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.

Namespace:  EnvDTE90a
Assembly:  EnvDTE90a (in EnvDTE90a.dll)

Syntax

'Declaration
ReadOnly Property ExceptionGroups As ExceptionGroups
    Get
ExceptionGroups ExceptionGroups { get; }
property ExceptionGroups^ ExceptionGroups {
    ExceptionGroups^ get ();
}
abstract ExceptionGroups : ExceptionGroups
function get ExceptionGroups () : ExceptionGroups

Property Value

Type: EnvDTE90.ExceptionGroups
A ExceptionGroups object.

Implements

Debugger3.ExceptionGroups

Remarks

See ExceptionGroups.

.NET Framework Security

See Also

Reference

Debugger4 Interface

ExceptionGroups Overload

EnvDTE90a Namespace