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