1 write to HostingUnhandledException
Microsoft.AspNetCore.Diagnostics.Tests (1)
TestDiagnosticListener.cs (1)
48HostingUnhandledException = new OnExceptionEventData()
2 references to HostingUnhandledException
Microsoft.AspNetCore.Diagnostics.Tests (2)
ExceptionHandlerTest.cs (2)
499Assert.Null(listener.HostingUnhandledException?.HttpContext); 500Assert.Null(listener.HostingUnhandledException?.Exception);