3 writes to Exception
Microsoft.AspNetCore.Diagnostics.Tests (3)
TestDiagnosticListener.cs (3)
51
Exception
= exception
61
Exception
= exception
71
Exception
= exception
7 references to Exception
Microsoft.AspNetCore.Diagnostics.Tests (7)
DeveloperExceptionPageMiddlewareTest.cs (4)
224
Assert.NotNull(listener.DiagnosticUnhandledException?.
Exception
);
226
Assert.Null(listener.DiagnosticHandledException?.
Exception
);
568
Assert.NotNull(listener.DiagnosticUnhandledException?.
Exception
);
570
Assert.Null(listener.DiagnosticHandledException?.
Exception
);
ExceptionHandlerTest.cs (3)
500
Assert.Null(listener.HostingUnhandledException?.
Exception
);
502
Assert.Null(listener.DiagnosticUnhandledException?.
Exception
);
504
Assert.NotNull(listener.DiagnosticHandledException?.
Exception
);