ExceptionGroups::Item Method (Object^)

 

Gets an indexed member of this collection.

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

ExceptionSettings^ Item(
	Object^ Index
)

Parameters

Index
Type: System::Object^

Required. The index of the ExceptionSettings object to return.

Return Value

Type: EnvDTE90::ExceptionSettings^

A ExceptionSettings object.

This method throws a System::ArgumentException exception if the collection cannot find the ExceptionSettings object that corresponds to the index value.

Return to top
Show: