System.CodeDom.Compiler.CompilerResults.Errors Property

Gets the collection of compiler errors and warnings.

Syntax

public CompilerErrorCollection Errors { get; }

Value

Documentation for this section has not yet been entered.

Remarks

File and line number information is associated with each System.CodeDom.Compiler.CompilerError, so that user code to locate and display the code that generated an error or warning, where possible, can be implemented.

Requirements

Namespace: System.CodeDom.Compiler
Assembly: System (in System.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0