RSS.NET

ExceptionCollection.Contains Method 

Determines whether the ExceptionCollection contains a specific element.

[Visual Basic]
Public Function Contains( _
   ByVal exception As Exception _
) As Boolean
[C#]
public bool Contains(
   Exception exception
);

Parameters

exception
The Exception to locate in the ExceptionCollection.

Return Value

true if the ExceptionCollection contains the specified value; otherwise, false.

See Also

ExceptionCollection Class | Rss Namespace