4 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)
710if (context.Exception != null) 712throw context.Exception;