3 writes to ExceptionHandler
Microsoft.AspNetCore.Diagnostics (3)
ExceptionHandler\ExceptionHandlerExtensions.cs (2)
87ExceptionHandler = exceptionHandlerPipeline 132options.Value.ExceptionHandler = newNext;
ExceptionHandler\ExceptionHandlerMiddlewareImpl.cs (1)
62_options.ExceptionHandler = _next;
7 references to ExceptionHandler
Microsoft.AspNetCore.Diagnostics (7)
ExceptionHandler\ExceptionHandledType.cs (1)
24/// Exception was handled by by <see cref="Builder.ExceptionHandlerOptions.ExceptionHandler"/>.
ExceptionHandler\ExceptionHandlerExtensions.cs (1)
128if (!string.IsNullOrEmpty(options.Value.ExceptionHandlingPath) && options.Value.ExceptionHandler is null)
ExceptionHandler\ExceptionHandlerMiddlewareImpl.cs (3)
51if (_options.ExceptionHandler == null) 184if (_options.ExceptionHandler is not null) 186await _options.ExceptionHandler!(context);
ExceptionHandler\ExceptionHandlerOptions.cs (2)
18/// the <see cref="ExceptionHandler"/>. 38/// <see cref="ExceptionHandler"/>. The default value is false and the middleware will