8 references to Exception
Microsoft.AspNetCore.Mvc.RazorPages (4)
Filters\PageHandlerExecutedContext.cs (2)
88/// <see cref="Exception"/>, if an <see cref="System.Exception"/> was caught and this information captured. 102/// Gets or sets an indication that the <see cref="Exception"/> has been handled.
Infrastructure\PageActionInvoker.cs (2)
708if (context.Exception != null) 710throw context.Exception;
Microsoft.AspNetCore.Mvc.RazorPages.Test (4)
Infrastructure\PageActionInvokerTest.cs (4)
1062Assert.Same(Exception, c.Exception); 1077Assert.Same(Exception, context.Exception); 1122Assert.Same(exception, context.Exception); 1167Assert.Same(exception, context.Exception);