CompilationErrorException.Diagnostics property

Gets the collection of diagnostics produced during compilation.

public ImmutableArray<Diagnostic> Diagnostics { get; }

See Also