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)
146throw new ConnectionResetException(ex.Message, ex);
Internal\QuicStreamContext.cs (5)
282error = new ConnectionResetException(ex.Message, ex); 292error = new ConnectionResetException(ex.Message, ex); 444shutdownReason = new ConnectionResetException(ex.Message, ex); 454shutdownReason = new ConnectionResetException(ex.Message, ex); 461shutdownReason = new ConnectionResetException(ex.Message, ex);