NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

CompilerErrorCollection Class

Manages a collection of CompilerError objects.

Object
   CompilerErrorCollection

[Visual Basic]
Public Class CompilerErrorCollection
   Implements IList, ICollection, IEnumerable
[C#]
public class CompilerErrorCollection : IList, ICollection,
   IEnumerable
[C++]
public __gc class CompilerErrorCollection : public IList,
   ICollection, IEnumerable
[JScript]
public class CompilerErrorCollection implements IList, ICollection,
   IEnumerable

Remarks

[To be supplied.]

Requirements

Namespace: System.CodeDOM.Compiler

Assembly: System.dll

See Also

CompilerErrorCollection Members | System.CodeDOM.Compiler Namespace | CompilerError