1 write to DiagnosticUnhandledException
Microsoft.AspNetCore.Diagnostics.Tests (1)
TestDiagnosticListener.cs (1)
58
DiagnosticUnhandledException
= new OnExceptionEventData()
6 references to DiagnosticUnhandledException
Microsoft.AspNetCore.Diagnostics.Tests (6)
DeveloperExceptionPageMiddlewareTest.cs (4)
223
Assert.NotNull(listener.
DiagnosticUnhandledException
?.HttpContext);
224
Assert.NotNull(listener.
DiagnosticUnhandledException
?.Exception);
567
Assert.NotNull(listener.
DiagnosticUnhandledException
?.HttpContext);
568
Assert.NotNull(listener.
DiagnosticUnhandledException
?.Exception);
ExceptionHandlerTest.cs (2)
501
Assert.Null(listener.
DiagnosticUnhandledException
?.HttpContext);
502
Assert.Null(listener.
DiagnosticUnhandledException
?.Exception);