Udostępnij za pośrednictwem


Debugger3.ExceptionGroups Property

Gets the exception settings for the debugger. For each exception, these settings determine whether the debugger gives the code an opportunity to handle the exception before the debugger breaks execution.

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

Syntax

'Declaration
ReadOnly Property ExceptionGroups As ExceptionGroups
'Usage
Dim instance As Debugger3 
Dim value As ExceptionGroups 

value = instance.ExceptionGroups
ExceptionGroups ExceptionGroups { get; }
property ExceptionGroups^ ExceptionGroups {
    ExceptionGroups^ get ();
}
function get ExceptionGroups () : ExceptionGroups

Property Value

Type: EnvDTE90.ExceptionGroups
A ExceptionGroups object.

Remarks

See ExceptionGroups.

.NET Framework Security

See Also

Reference

Debugger3 Interface

Debugger3 Members

EnvDTE90 Namespace