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)
708
if (context.
Exception
!= null)
710
throw context.
Exception
;
Microsoft.AspNetCore.Mvc.RazorPages.Test (4)
Infrastructure\PageActionInvokerTest.cs (4)
1062
Assert.Same(Exception, c.
Exception
);
1077
Assert.Same(Exception, context.
Exception
);
1122
Assert.Same(exception, context.
Exception
);
1167
Assert.Same(exception, context.
Exception
);