The properties of the CompilerErrorCollection class are listed below. For a complete list of CompilerErrorCollection class members, see the CompilerErrorCollection Members topic.
Count | Gets or sets the number of the members in the collection. |
HasErrors | Gets or sets whether the collection contains errors. |
HasWarnings | Gets or sets whether the collection contains warnings. |
Item | Provides access to collection members. Indexer method.
In C#, this member is the indexer for the CompilerErrorCollection class. |
CompilerErrorCollection Class | System.CodeDOM.Compiler Namespace