RSS.NET

ExceptionCollection.Insert Method 

Inserts an Exception into this collection at a specified index.

[Visual Basic]
Public Sub Insert( _
   ByVal index As Integer, _
   ByVal exception As Exception _
)
[C#]
public void Insert(
   int index,
   Exception exception
);

Parameters

index
The zero-based index of the collection at which to insert the Exception.
exception
The Exception to insert into this collection.

See Also

ExceptionCollection Class | Rss Namespace