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