ParserErrorCollection.ParserErrorCollection(ParserError[]) Constructor
.NET Framework 3.0
Initializes a new instance of the ParserErrorCollection class.
Namespace: System.Web
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
public ParserErrorCollection ( ParserError[] value )
public function ParserErrorCollection ( value : ParserError[] )
Not applicable.
Parameters
- value
An array of type ParserError that specifies the errors to add to the collection.
Community Additions
ADD
Show: