ExceptionGroups.Item(Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets an indexed member of this collection.
public:
EnvDTE90::ExceptionSettings ^ Item(System::Object ^ Index);
[System.Runtime.InteropServices.DispId(0)]
public EnvDTE90.ExceptionSettings Item (object Index);
[<System.Runtime.InteropServices.DispId(0)>]
abstract member Item : obj -> EnvDTE90.ExceptionSettings
Public Function Item (Index As Object) As ExceptionSettings
Parameters
- Index
- Object
Required. The index of the ExceptionSettings object to return.
Returns
A ExceptionSettings object.
- Attributes
Remarks
This method throws a System.ArgumentException exception if the collection cannot find the ExceptionSettings object that corresponds to the index value.