Adds a CodeCatchClause to the collection.
[Visual Basic] Public Sub Add( _ ByVal value As CodeCatchClause _ ) [C#] public void Add( CodeCatchClause value ); [C++] public: void Add( CodeCatchClause* value ); [JScript] public function Add( value : CodeCatchClause );
CodeCatchClauseCollection Class | CodeCatchClauseCollection Members | System.CodeDOM Namespace | CodeCatchClause