8 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)
1496
if (context.
Exception
!= null)
1498
throw context.
Exception
;
Microsoft.AspNetCore.Mvc.Core.TestCommon (4)
CommonResourceInvokerTest.cs (4)
1021
Assert.Same(exception, context.
Exception
);
1063
Assert.Same(exception, context.
Exception
);
1107
Assert.Same(exception, context.
Exception
);
1149
Assert.Same(exception, context.
Exception
);