ContainsErrors

Property in CompilationResult

Summary

Gets a value indicating whether this compilation result contains any error diagnostics.

public bool ContainsErrors { get };

Remarks

If this value is true, then the value contained in Program will not contain a valid output.

Last updated

Was this helpful?