6 references to ExceptionHandlerMiddleware
Microsoft.AspNetCore.Diagnostics (4)
ExceptionHandler\ExceptionHandlerMiddleware.cs (1)
21
/// Creates a new <see cref="
ExceptionHandlerMiddleware
"/>
ExceptionHandler\ExceptionHandlerMiddlewareImpl.cs (1)
44
_logger = loggerFactory.CreateLogger<
ExceptionHandlerMiddleware
>();
ExceptionHandler\ExceptionHandlerOptions.cs (2)
10
/// Options for configuring the <see cref="
ExceptionHandlerMiddleware
"/>.
34
/// This value controls whether the <see cref="
ExceptionHandlerMiddleware
" /> should
Microsoft.AspNetCore.Diagnostics.Tests (2)
ExceptionHandlerTest.cs (2)
608
var sink = new TestSink(TestSink.EnableWithTypeName<
ExceptionHandlerMiddleware
>);
736
var sink = new TestSink(TestSink.EnableWithTypeName<
ExceptionHandlerMiddleware
>);