10 references to ExceptionHandlerMiddleware
Microsoft.AspNetCore.Diagnostics (8)
ExceptionHandler\ExceptionHandledType.cs (1)
7
/// The result of handling an exception with the <see cref="
ExceptionHandlerMiddleware
"/>.
ExceptionHandler\ExceptionHandlerMiddleware.cs (1)
21
/// Creates a new <see cref="
ExceptionHandlerMiddleware
"/>
ExceptionHandler\ExceptionHandlerMiddlewareImpl.cs (1)
44
_logger = loggerFactory.CreateLogger<
ExceptionHandlerMiddleware
>();
ExceptionHandler\ExceptionHandlerOptions.cs (3)
12
/// Options for configuring the <see cref="
ExceptionHandlerMiddleware
"/>.
36
/// This value controls whether the <see cref="
ExceptionHandlerMiddleware
" /> should
53
/// Gets or sets a callback that can return <see langword="true" /> to suppress diagnostics in <see cref="
ExceptionHandlerMiddleware
" />.
ExceptionHandler\ExceptionHandlerSuppressDiagnosticsContext.cs (2)
9
/// The context used to determine whether <see cref="
ExceptionHandlerMiddleware
"/> should record diagnostics for an exception.
24
/// Gets the result of exception handling by <see cref="
ExceptionHandlerMiddleware
"/>.
Microsoft.AspNetCore.Diagnostics.Tests (2)
ExceptionHandlerTest.cs (2)
608
var sink = new TestSink(TestSink.EnableWithTypeName<
ExceptionHandlerMiddleware
>);
736
var sink = new TestSink(TestSink.EnableWithTypeName<
ExceptionHandlerMiddleware
>);