1 write to DiagnosticHandledException
Microsoft.AspNetCore.Diagnostics.Tests (1)
TestDiagnosticListener.cs (1)
68
DiagnosticHandledException
= new OnExceptionEventData()
6 references to DiagnosticHandledException
Microsoft.AspNetCore.Diagnostics.Tests (6)
DeveloperExceptionPageMiddlewareTest.cs (4)
225
Assert.Null(listener.
DiagnosticHandledException
?.HttpContext);
226
Assert.Null(listener.
DiagnosticHandledException
?.Exception);
569
Assert.Null(listener.
DiagnosticHandledException
?.HttpContext);
570
Assert.Null(listener.
DiagnosticHandledException
?.Exception);
ExceptionHandlerTest.cs (2)
503
Assert.NotNull(listener.
DiagnosticHandledException
?.HttpContext);
504
Assert.NotNull(listener.
DiagnosticHandledException
?.Exception);