6 instantiations of ConnectionResetException
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);
6 references to ConnectionResetException
Microsoft.AspNetCore.Connections.Abstractions (2)
Exceptions\ConnectionResetException.cs (2)
15
/// Initializes a new instance of <see cref="
ConnectionResetException
"/>.
23
/// Initializes a new instance of <see cref="
ConnectionResetException
"/>.
Microsoft.AspNetCore.Server.Kestrel.Core (4)
Internal\Http\HttpProtocol.cs (1)
606
catch (
ConnectionResetException
ex)
Internal\Http2\Http2Connection.cs (1)
394
catch (
ConnectionResetException
ex)
Internal\Http3\Http3Connection.cs (1)
464
catch (
ConnectionResetException
ex)
Internal\Http3\Http3Stream.cs (1)
696
catch (
ConnectionResetException
ex)