ExceptionGroups.Item Method

Gets an indexed member of this collection.

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

Syntax

'Declaration
Function Item ( _
    Index As Object _
) As ExceptionSettings
ExceptionSettings Item(
    Object Index
)
ExceptionSettings^ Item(
    [InAttribute] Object^ Index
)
abstract Item : 
        Index:Object -> ExceptionSettings 
function Item(
    Index : Object
) : ExceptionSettings

Parameters

Return Value

Type: EnvDTE90.ExceptionSettings
A ExceptionSettings object.

Remarks

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

.NET Framework Security

See Also

Reference

ExceptionGroups Interface

EnvDTE90 Namespace

Other Resources

Working With Threads and Processes

Automation Object Model Chart

How to: Use the Threads Window