58 instantiations of SocketException
ClientSample (1)
dotnet-svcutil-lib (2)
Microsoft.AspNetCore.InternalTesting (1)
Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets (1)
Sockets.BindTests (1)
Sockets.FunctionalTests (1)
System.Net.NameResolution (1)
System.Net.Ping (1)
System.Net.Primitives (3)
System.Net.Quic (6)
System.Net.Sockets (39)
System.ServiceModel.UnixDomainSocket (1)
160 references to SocketException
aspire (3)
Aspire.RabbitMQ.Client (1)
ClientSample (3)
dotnet-svcutil-lib (21)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\SocketConnection.cs (11)
170protected Exception ConvertSendException(SocketException socketException, TimeSpan remainingTime)
176protected Exception ConvertReceiveException(SocketException socketException, TimeSpan remainingTime)
182internal static Exception ConvertTransferException(SocketException socketException, TimeSpan timeout, Exception originalException)
204private static Exception ConvertTransferException(SocketException socketException, TimeSpan timeout, Exception originalException,
435public static Exception ConvertConnectException(SocketException socketException, Uri remoteUri, TimeSpan timeSpent, Exception innerException)
497catch (SocketException socketException)
513SocketException innerException)
540SocketException lastException = null;
564catch (SocketException socketException)
592SocketException lastException = null;
616catch (SocketException socketException)
HttpStress (1)
IIS.LongTests (3)
IIS.NewHandler.FunctionalTests (3)
IIS.NewShim.FunctionalTests (3)
IISExpress.FunctionalTests (4)
Microsoft.AspNetCore.OutputCaching.StackExchangeRedis (1)
Microsoft.AspNetCore.Server.IntegrationTesting (1)
Microsoft.AspNetCore.Server.Kestrel.Transport.Quic (1)
Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets (8)
Microsoft.DotNet.Helix.Client (1)
Microsoft.DotNet.Helix.Sdk (1)
Microsoft.Extensions.Caching.StackExchangeRedis (1)
Microsoft.Extensions.Diagnostics.ExceptionSummarization (3)
Microsoft.Extensions.Diagnostics.Probes (1)
Microsoft.Extensions.Diagnostics.Probes.Tests (1)
Microsoft.Extensions.ServiceDiscovery.Dns (1)
netstandard (1)
Sockets.BindTests (6)
Sockets.FunctionalTests (4)
System (1)
System.IO.Pipes (7)
System.Net (1)
System.Net.Http (2)
System.Net.HttpListener (3)
System.Net.NameResolution (5)
System.Net.NetworkInformation (1)
System.Net.Ping (6)
System.Net.Primitives (5)
System.Net.Requests (5)
System.Net.Sockets (40)
System.ServiceModel.UnixDomainSocket (11)
System\ServiceModel\Channels\SocketConnection.cs (10)
201catch (SocketException socketException)
280catch (SocketException socketException)
389catch (SocketException socketException)
633private Exception ConvertSendException(SocketException socketException, TimeSpan remainingTime, TimeSpan timeout)
639private Exception ConvertReceiveException(SocketException socketException, TimeSpan remainingTime, TimeSpan timeout)
645private static Exception ConvertTransferException(SocketException socketException, TimeSpan timeout, Exception originalException,
790public static Exception ConvertConnectException(SocketException socketException, Uri remoteUri, TimeSpan timeSpent, Exception innerException)
837private static TimeoutException CreateTimeoutException(Uri uri, TimeSpan timeout, SocketException innerException)
845SocketException lastException = null;
858catch (SocketException socketException)