RSS.NET

ExceptionCollection.Item Property

Gets or sets the exception at a specified index.

In C#, this property is the indexer for the class.

[Visual Basic]
Public Default Property Item( _
   ByVal index As Integer _
) As Exception
[C#]
public System.Exception this[
   int index
] {get; set;}

Parameters

index
The index of the collection to access.

Property Value

A exception at each valid index.

Remarks

This method is an indexer that can be used to access the collection.

See Also

ExceptionCollection Class | Rss Namespace