CompilationFailedException Class

Definition

An Exception thrown when accessing the result of a failed compilation.

public ref class CompilationFailedException : Exception, Microsoft::AspNetCore::Diagnostics::ICompilationException
public class CompilationFailedException : Exception, Microsoft.AspNetCore.Diagnostics.ICompilationException
type CompilationFailedException = class
    inherit Exception
    interface ICompilationException
Public Class CompilationFailedException
Inherits Exception
Implements ICompilationException
Inheritance
CompilationFailedException
Implements

Constructors

CompilationFailedException(IEnumerable<CompilationFailure>)

Instantiates a new instance of CompilationFailedException.

Properties

CompilationFailures

Gets a sequence of CompilationFailure with compilation failures.

Applies to