4 writes to Exception
Microsoft.AspNetCore.Mvc.Core.TestCommon (4)
CommonResourceInvokerTest.cs (4)
174
context.
Exception
= null;
207
context.
Exception
= null;
306
context.
Exception
= null;
340
context.
Exception
= null;
11 references to Exception
Microsoft.AspNetCore.Mvc.Abstractions (2)
Filters\ExceptionContext.cs (2)
53
/// <see cref="
Exception
"/>, if this information was captured.
70
/// Gets or sets an indication that the <see cref="
Exception
"/> has been handled.
Microsoft.AspNetCore.Mvc.Core (7)
Infrastructure\ResourceInvoker.cs (7)
673
if (exceptionContext?.
Exception
!= null && !exceptionContext.ExceptionHandled)
708
if (exceptionContext.
Exception
== null || exceptionContext.ExceptionHandled)
740
if (exceptionContext?.
Exception
!= null && !exceptionContext.ExceptionHandled)
756
if (exceptionContext.
Exception
== null || exceptionContext.ExceptionHandled)
815
exceptionContext.
Exception
== null ||
1476
if (context.
Exception
!= null)
1478
throw context.
Exception
;
Microsoft.AspNetCore.Mvc.Core.TestCommon (2)
CommonResourceInvokerTest.cs (2)
95
exception = context.
Exception
;
138
exception = context.
Exception
;