Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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: EnvDTE100
Assembly: EnvDTE100 (in EnvDTE100.dll)
Syntax
'Declaration
ReadOnly Property ExceptionGroups As ExceptionGroups
ExceptionGroups ExceptionGroups { get; }
property ExceptionGroups^ ExceptionGroups {
ExceptionGroups^ get ();
}
abstract ExceptionGroups : ExceptionGroups with get
function get ExceptionGroups () : ExceptionGroups
Property Value
Type: EnvDTE90.ExceptionGroups
A ExceptionGroups object.
.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.