4 references to AddressInUseException
Microsoft.AspNetCore.Server.Kestrel.Transport.NamedPipes (1)
Internal\NamedPipeTransportFactory.cs (1)
62
throw new
AddressInUseException
($"Named pipe '{namedPipeEndPoint.PipeName}' is already in use.", ex);
Microsoft.AspNetCore.Server.Kestrel.Transport.Quic (2)
Internal\QuicConnectionListener.cs (2)
132
throw new
AddressInUseException
(e.Message, e);
137
throw new
AddressInUseException
(e.Message, e);
Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets (1)
SocketConnectionListener.cs (1)
48
throw new
AddressInUseException
(e.Message, e);