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: