1 write to UnhandledException
Microsoft.AspNetCore.TestHost.Tests (1)
TestServerTests.cs (1)
1043UnhandledException = new OnUnhandledExceptionEventData()
3 references to UnhandledException
Microsoft.AspNetCore.TestHost.Tests (3)
TestServerTests.cs (3)
915Assert.Null(listener.UnhandledException); 948Assert.NotNull(listener.UnhandledException?.HttpContext); 949Assert.NotNull(listener.UnhandledException?.Exception);