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