ExceptionSettings Methods
Visual Studio 2015
Namespace:
EnvDTE90
Assembly: EnvDTE90 (in EnvDTE90.dll)
| Name | Description | |
|---|---|---|
![]() | GetEnumerator() | Gets an enumeration for items in a collection. |
![]() | Item(Object^) | Gets an indexed member of this collection. |
![]() | ItemFromCode(UInt32) | |
![]() | NewException(String^, UInt32) | Creates a new ExceptionSetting object for this category. |
![]() | Remove(Object^) | Deletes the ExceptionSetting object specified by index from the ExceptionSettings collection. |
![]() | RemoveByCode(UInt32) | Deletes the ExceptionSetting object specified by code from the ExceptionSettings collection. |
![]() | SetBreakWhenThrown(Boolean, ExceptionSetting^) | Enables or disables the BreakWhenThrown property for the specified ExceptionSetting. The property passed in by the ExceptionSetting object will now reflect this value. |
![]() | SetBreakWhenUserUnhandled(Boolean, ExceptionSetting^) | Enables or disables the BreakWhenUserUnhandled property for the specified ExceptionSetting. The property passed in by the ExceptionSetting object will now reflect this value. |
Show:
