CodeCatchClauseCollection::Contains Method (CodeCatchClause^)
.NET Framework (current version)
Gets a value that indicates whether the collection contains the specified CodeCatchClause object.
Assembly: System (in System.dll)
Parameters
- value
-
Type:
System.CodeDom::CodeCatchClause^
The CodeCatchClause object to locate in the collection.
Return Value
Type: System::Booleantrue if the collection contains the specified object; otherwise, false.
The following example uses the Contains method to search for the presence of a specific CodeCatchClause instance and gets the index value at which it was found.
.NET Framework
Available since 1.1
Available since 1.1
Show: