RSS.NET

ExceptionCollection.Add Method 

Adds a specified exception to this collection.

[Visual Basic]
Public Function Add( _
   ByVal exception As Exception _
) As Integer
[C#]
public int Add(
   Exception exception
);

Parameters

exception
The exception to add.

Return Value

The zero-based index of the added exception -or- -1 if the exception already exists.

See Also

ExceptionCollection Class | Rss Namespace