CompilerErrorCollection Constructor (array<CompilerError^>^)
.NET Framework (current version)
Initializes a new instance of CompilerErrorCollection that contains the specified array of CompilerError objects.
Assembly: System (in System.dll)
Parameters
- value
-
Type:
array<System.CodeDom.Compiler::CompilerError^>^
An array of CompilerError objects to initialize the collection with.
| Exception | Condition |
|---|---|
| ArgumentNullException | value is null. |
.NET Framework
Available since 1.1
Available since 1.1
Show: