1 write to _requestRejectedException
Microsoft.AspNetCore.Server.IIS (1)
Core\IISHttpContext.cs (1)
750
_requestRejectedException
= ex;
4 references to _requestRejectedException
Microsoft.AspNetCore.Server.IIS (4)
Core\IISHttpContext.cs (3)
514
if (
_requestRejectedException
!= null || _applicationException != null)
524
if (
_requestRejectedException
!= null)
526
SetErrorResponseException(
_requestRejectedException
);
Core\IISHttpContextOfT.cs (1)
92
else if (!HasResponseStarted &&
_requestRejectedException
== null)