ExceptionSetting Interface
Namespace: EnvDTE90
Assembly: EnvDTE90 (in EnvDTE90.dll)
Syntax
'Declaration
<GuidAttribute("115998BF-A603-4848-B5DE-3B250A13D109")> _
Public Interface ExceptionSetting
[GuidAttribute("115998BF-A603-4848-B5DE-3B250A13D109")]
public interface ExceptionSetting
[GuidAttribute(L"115998BF-A603-4848-B5DE-3B250A13D109")]
public interface class ExceptionSetting
[<GuidAttribute("115998BF-A603-4848-B5DE-3B250A13D109")>]
type ExceptionSetting = interface end
public interface ExceptionSetting
The ExceptionSetting type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() |
BreakWhenThrown | |
![]() |
BreakWhenUserUnhandled | |
![]() |
Code | |
![]() |
Collection | |
![]() |
DTE | |
![]() |
Name | |
![]() |
Parent | |
![]() |
UserDefined |
Top