2 writes to _exception
Microsoft.AspNetCore.Mvc.RazorPages (2)
Filters\PageHandlerExecutedContext.cs (2)
82
_exception
= value;
96
_exception
= null;
2 references to _exception
Microsoft.AspNetCore.Mvc.RazorPages (2)
Filters\PageHandlerExecutedContext.cs (2)
69
if (
_exception
== null && _exceptionDispatchInfo != null)
75
return
_exception
;