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