Open sandboxFocus

Class CompilationFailedException

Exception thrown when the compilation failed.

Inheritance
CompilationFailedException
Implements
Namespace: Metalama.Framework.Introspection
Assembly: Metalama.Framework.Introspection.dll
Syntax
public sealed class CompilationFailedException : Exception, ISerializable

Constructors

Name Description
CompilationFailedException(string, ImmutableArray<IIntrospectionDiagnostic>)

Initializes a new instance of the CompilationFailedException class.

Properties

Name Description
Diagnostics

Gets the list of compilation errors or warnings.