1 write to UnhandledException
Microsoft.AspNetCore.TestHost.Tests (1)
TestServerTests.cs (1)
1065UnhandledException = new OnUnhandledExceptionEventData()
3 references to UnhandledException
Microsoft.AspNetCore.TestHost.Tests (3)
TestServerTests.cs (3)
937Assert.Null(listener.UnhandledException); 970Assert.NotNull(listener.UnhandledException?.HttpContext); 971Assert.NotNull(listener.UnhandledException?.Exception);