Class CompilerErrorException
Thrown for a compiler error.
Namespace: Neon.CSharp
Assembly: Neon.CSharp.dll
Syntax
public class CompilerErrorException : Exception
Constructors
CompilerErrorException(IEnumerable<Diagnostic>)
Constructor.
Declaration
public CompilerErrorException(IEnumerable<Diagnostic> diagnostics)
Parameters
Type | Name | Description |
---|---|---|
IEnumerable<Diagnostic> | diagnostics | The compiler diagnostics. |