7 references to ConnectionResetException
Microsoft.AspNetCore.Server.IIS (1)
Core\IO\AsyncIOOperation.cs (1)
104
_exception = new
ConnectionResetException
("The client has disconnected", Marshal.GetExceptionForHR(hr)!);
Microsoft.AspNetCore.Server.Kestrel.Transport.Quic (6)
Internal\QuicConnectionContext.cs (1)
146
throw new
ConnectionResetException
(ex.Message, ex);
Internal\QuicStreamContext.cs (5)
282
error = new
ConnectionResetException
(ex.Message, ex);
292
error = new
ConnectionResetException
(ex.Message, ex);
444
shutdownReason = new
ConnectionResetException
(ex.Message, ex);
454
shutdownReason = new
ConnectionResetException
(ex.Message, ex);
461
shutdownReason = new
ConnectionResetException
(ex.Message, ex);