Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

CompilerErrorCollection Constructor (array<CompilerError^>^)

 

Initializes a new instance of CompilerErrorCollection that contains the specified array of CompilerError objects.

Namespace:   System.CodeDom.Compiler
Assembly:  System (in System.dll)

public:
CompilerErrorCollection(
	array<CompilerError^>^ value
)

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
Return to top
Show:
© 2017 Microsoft