8 references to SocketException
ClientSample (1)
Tcp\SocketAwaitable.cs (1)
42
throw new
SocketException
((int)_error);
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\CoreClrSocketConnection.cs (2)
486
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new
SocketException
((int)_asyncWriteEventArgs.SocketError));
725
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new
SocketException
((int)_asyncReadEventArgs.SocketError));
Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets (1)
Internal\SocketAwaitableEventArgs.cs (1)
61
return new
SocketException
((int)e);
Sockets.BindTests (1)
src\Servers\Kestrel\shared\test\TransportTestHelpers\HostNameIsReachableAttribute.cs (1)
80
throw new
SocketException
((int)socketArgs.SocketError);
Sockets.FunctionalTests (1)
src\Servers\Kestrel\shared\test\TransportTestHelpers\HostNameIsReachableAttribute.cs (1)
80
throw new
SocketException
((int)socketArgs.SocketError);
System.Net.Ping (1)
src\libraries\Common\src\System\Net\IPEndPointExtensions.cs (1)
29
throw new
SocketException
((int)SocketError.AddressFamilyNotSupported);
System.ServiceModel.UnixDomainSocket (1)
System\ServiceModel\Channels\SocketAwaitableEventArgs.cs (1)
103
return new
SocketException
((int)e);