Adds the objects in an existing System.Web.ParserErrorCollection to the collection.
- collection
- Documentation for this section has not yet been entered.
Unlike the ParserErrorCollection.Add(ParserError) method, the ParserErrorCollection.AddRange(ParserErrorCollection) method does not have a return value that can be used to determine whether a System.Web.ParserError object being added is already in the collection. If you need this information, use the ParserErrorCollection.Contains(ParserError) method before using ParserErrorCollection.AddRange(ParserErrorCollection).