RSS.NET

ExceptionCollection.Remove Method 

Removes a specified Exception from this collection.

[Visual Basic]
Public Sub Remove( _
   ByVal exception As Exception _
)
[C#]
public void Remove(
   Exception exception
);

Parameters

exception
The Exception to remove.

See Also

ExceptionCollection Class | Rss Namespace