CompilerErrorCollection::Add Method (CompilerError^)
.NET Framework (current version)
Adds the specified CompilerError object to the error collection.
Assembly: System (in System.dll)
Parameters
- value
-
Type:
System.CodeDom.Compiler::CompilerError^
The CompilerError object to add.
The following example demonstrates how to use the Add method to add a CompilerError object to a CompilerErrorCollection.
.NET Framework
Available since 1.1
Available since 1.1
Show: