ScriptErrorCollection Constructors
Name | Parameters | Description |
---|---|---|
ScriptErrorCollection() | none | Initializes a new instance of the ScriptErrorCollection class. |
ScriptErrorCollection(IList<ScriptError>) | errors | Initializes a new instance of the ScriptErrorCollection class with specified settings. |
See Also