1 instantiation of ErrorContext
Microsoft.AspNetCore.Diagnostics (1)
DeveloperExceptionPage\DeveloperExceptionPageMiddlewareImpl.cs (1)
163
var errorContext = new
ErrorContext
(context, ex);
8 references to ErrorContext
Microsoft.AspNetCore.Diagnostics (6)
DeveloperExceptionPage\DeveloperExceptionPageMiddlewareImpl.cs (6)
40
private readonly Func<
ErrorContext
, Task> _exceptionHandler;
84
private static void SetExceptionHandlerFeatures(
ErrorContext
errorContext)
163
var
errorContext = new ErrorContext(context, ex);
199
private Task DisplayException(
ErrorContext
errorContext)
222
private async Task DisplayExceptionContent(
ErrorContext
errorContext)
249
private ProblemDetails CreateProblemDetails(
ErrorContext
errorContext, HttpContext httpContext)
Microsoft.AspNetCore.Diagnostics.Abstractions (2)
IDeveloperPageExceptionFilter.cs (2)
18
Task HandleExceptionAsync(
ErrorContext
errorContext, Func<
ErrorContext
, Task> next);