Visual Studio Extensibility
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.
Assembly: EnvDTE90a (in EnvDTE90a.dll)
Syntax
Visual Basic
ReadOnly Property ExceptionGroups As ExceptionGroups Get
C#
ExceptionGroups ExceptionGroups { get; }
Visual C++
property ExceptionGroups^ ExceptionGroups {
ExceptionGroups^ get ();
}
F#
abstract ExceptionGroups : ExceptionGroups
JScript
function get ExceptionGroups () : ExceptionGroups
Implements
Debugger3.ExceptionGroupsRemarks
See ExceptionGroups.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also