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::Remove Method (CompilerError^)
.NET Framework (current version)
Removes a specific CompilerError from the collection.
Assembly: System (in System.dll)
Parameters
- value
-
Type:
System.CodeDom.Compiler::CompilerError^
The CompilerError to remove from the CompilerErrorCollection.
| Exception | Condition |
|---|---|
| ArgumentException | The specified object is not found in the collection. |
The following example demonstrates how to remove a CompilerError item from a CompilerErrorCollection.
.NET Framework
Available since 1.1
Available since 1.1
Show: