10 references to ConnectionResetException
ClientSample (1)
Tcp\TcpConnection.cs (1)
118
error = new
ConnectionResetException
(ex.Message, ex);
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)
145
throw new
ConnectionResetException
(ex.Message, ex);
Internal\QuicStreamContext.cs (5)
280
error = new
ConnectionResetException
(ex.Message, ex);
290
error = new
ConnectionResetException
(ex.Message, ex);
441
shutdownReason = new
ConnectionResetException
(ex.Message, ex);
451
shutdownReason = new
ConnectionResetException
(ex.Message, ex);
458
shutdownReason = new
ConnectionResetException
(ex.Message, ex);
Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets (2)
Internal\SocketConnection.cs (2)
212
error = new
ConnectionResetException
(ex.Message, ex);
292
shutdownReason = new
ConnectionResetException
(ex.Message, ex);