4 references to Exception
Microsoft.AspNetCore.Mvc.Abstractions (2)
Filters\ActionExecutedContext.cs (2)
68
/// <see cref="
Exception
"/>, if an <see cref="System.Exception"/> was caught and this information captured.
85
/// Gets or sets an indication that the <see cref="
Exception
"/> has been handled.
Microsoft.AspNetCore.Mvc.Core (2)
Infrastructure\ControllerActionInvoker.cs (2)
508
if (context.
Exception
!= null)
510
throw context.
Exception
;