ExceptionCollection.Contains Method
Determines whether the ExceptionCollection contains a specific element.
[Visual Basic]
Public Function Contains( _
ByVal
exception As
Exception _
) As
Boolean
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