1 write to UnhandledException
Microsoft.AspNetCore.TestHost.Tests (1)
TestServerTests.cs (1)
857UnhandledException = new OnUnhandledExceptionEventData()
3 references to UnhandledException
Microsoft.AspNetCore.TestHost.Tests (3)
TestServerTests.cs (3)
746Assert.Null(listener.UnhandledException); 772Assert.NotNull(listener.UnhandledException?.HttpContext); 773Assert.NotNull(listener.UnhandledException?.Exception);