 | CompilerErrorException Constructor |
Constructor.
Namespace:
Neon.ModelGen
Assembly:
Neon.ModelGen (in Neon.ModelGen.dll) Version: 2.14.0-preview
Syntaxpublic CompilerErrorException(
IEnumerable<Diagnostic> diagnostics
)
Public Sub New (
diagnostics As IEnumerable(Of Diagnostic)
)
public:
CompilerErrorException(
IEnumerable<Diagnostic^>^ diagnostics
)
new :
diagnostics : IEnumerable<Diagnostic> -> CompilerErrorException
Parameters
- diagnostics
- Type: System.Collections.GenericIEnumerableDiagnostic
The compiler diagnostics.
See Also