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