2 implementations of ICompilationException
Microsoft.AspNetCore.Diagnostics.Tests (1)
DeveloperExceptionPageMiddlewareTest.cs (1)
639public class CustomCompilationException : Exception, ICompilationException
Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation (1)
CompilationFailedException.cs (1)
9internal sealed class CompilationFailedException : Exception, ICompilationException
2 references to ICompilationException
Microsoft.AspNetCore.Diagnostics (2)
DeveloperExceptionPage\DeveloperExceptionPageMiddlewareImpl.cs (2)
211if (errorContext.Exception is ICompilationException compilationException) 276ICompilationException compilationException)