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)

property ExceptionGroups^ ExceptionGroups {
	ExceptionGroups^ get();
}

Property Value

Type: EnvDTE90::ExceptionGroups^

A T:ExceptionGroups object.

Return to top
Show: