Class CompilationFailedException
Exception thrown when the compilation failed.
Namespace: Metalama.Framework.Introspection
Assembly: Metalama.Framework.Introspection.dll
Syntax
public sealed class CompilationFailedException : Exception
Constructors
Name | Description |
---|---|
CompilationFailedException(String, ImmutableArray<IIntrospectionDiagnostic>) |
Properties
Name | Description |
---|---|
Diagnostics | Gets the list of compilation errors or warnings. |