ICompilationException Interface¶
Specifies the contract for an exception representing compilation failure.
- Namespace
Microsoft.AspNetCore.Diagnostics- Assemblies
- Microsoft.AspNetCore.Diagnostics.Abstractions
Syntax¶
public interface ICompilationException
-
interface
Microsoft.AspNetCore.Diagnostics.ICompilationException
Properties¶
-
Microsoft.AspNetCore.Diagnostics.ICompilationException.CompilationFailures¶ Gets a sequence of
Microsoft.AspNetCore.Diagnostics.CompilationFailurewith compilation failures.Return type: System.Collections.Generic.IEnumerable<Microsoft.AspNetCore.Diagnostics.CompilationFailure> IEnumerable<CompilationFailure> CompilationFailures { get; }
-