ExceptionSettings::Remove Method (Object^)
Visual Studio 2015
Deletes the ExceptionSetting object specified by index from the ExceptionSettings collection.
Assembly: EnvDTE90 (in EnvDTE90.dll)
Parameters
- Index
-
Type:
System::Object^
The index of the ExceptionSetting object to remove.
This method allows you to delete only exceptions that you have added. Built-in exception types cannot be deleted. If you attempt to delete a built-in exception, you will get the error message "Deletion of Built-In ExceptionSetting objects is not allowed."
Show: