71 references to SocketException
Aspire.Cli.Tests (6)
Commands\RunCommandTests.cs (1)
2358
new
SocketException
((int)SocketError.ConnectionRefused)));
DotNet\DotNetCliRunnerTests.cs (3)
1121
ConnectAsyncCallback = (_, _) => throw new
SocketException
((int)SocketError.ConnectionRefused)
1161
ConnectAsyncCallback = (_, _) => throw new
SocketException
((int)SocketError.ConnectionRefused)
1203
ConnectAsyncCallback = (_, _) => throw new
SocketException
((int)SocketError.ConnectionRefused)
Projects\GuestAppHostProjectTests.cs (2)
1354
ConnectAsyncCallback = (_, _) => throw new
SocketException
((int)SocketError.ConnectionRefused)
1382
ConnectAsyncCallback = (_, _) => throw new
SocketException
((int)SocketError.ConnectionRefused)
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);
Microsoft.Extensions.Diagnostics.ExceptionSummarization.Tests (3)
ExceptionSummarizerTests.cs (1)
185
var exception = new Exception("test", new
SocketException
((int)SocketError.TimedOut));
HttpExceptionSummaryProviderTests.cs (2)
94
Exception exception = new
SocketException
((int)socketError);
105
Exception exception = new
SocketException
(errorCode);
System.Net.NameResolution (3)
System\Net\Dns.cs (2)
487
exception = new
SocketException
((int)SocketError.HostNotFound);
998
new
SocketException
((int)error) { HResult = nativeError };
System\Net\DnsSocket.cs (1)
109
throw new
SocketException
((int)SocketError.TimedOut);
System.Net.Ping (1)
src\runtime\src\libraries\Common\src\System\Net\IPEndPointExtensions.cs (1)
29
throw new
SocketException
((int)SocketError.AddressFamilyNotSupported);
System.Net.Primitives (1)
src\runtime\src\libraries\Common\src\System\Net\IPEndPointExtensions.cs (1)
29
throw new
SocketException
((int)SocketError.AddressFamilyNotSupported);
System.Net.Quic (6)
src\runtime\src\libraries\Common\src\System\Net\IPEndPointExtensions.cs (1)
29
throw new
SocketException
((int)SocketError.AddressFamilyNotSupported);
System\Net\Quic\Internal\ThrowHelper.cs (4)
83
if (status == QUIC_STATUS_INVALID_ADDRESS) return new
SocketException
((int)SocketError.AddressNotAvailable);
84
if (status == QUIC_STATUS_ADDRESS_IN_USE) return new
SocketException
((int)SocketError.AddressAlreadyInUse);
85
if (status == QUIC_STATUS_UNREACHABLE) return new
SocketException
((int)SocketError.HostUnreachable);
86
if (status == QUIC_STATUS_ADDRESS_NOT_AVAILABLE) return new
SocketException
((int)SocketError.AddressFamilyNotSupported);
System\Net\Quic\QuicConnection.cs (1)
401
throw new
SocketException
((int)SocketError.HostNotFound);
System.Net.Security (8)
System\Net\Security\TlsSession.cs (8)
2050
throw new
SocketException
((int)drainErr);
2085
throw new
SocketException
((int)sendErr);
2114
throw new
SocketException
((int)recvErr);
2211
throw new
SocketException
((int)recvErr);
2245
throw new
SocketException
((int)drainErr);
2288
throw new
SocketException
((int)sendErr);
2335
throw new
SocketException
((int)leftoverErr);
2362
throw new
SocketException
((int)sendErr);
System.Net.Sockets (38)
src\runtime\src\libraries\Common\src\System\Net\IPEndPointExtensions.cs (1)
29
throw new
SocketException
((int)SocketError.AddressFamilyNotSupported);
System\Net\Sockets\Socket.cs (19)
92
throw new
SocketException
((int)errorCode);
1136
throw new
SocketException
((int)errorCode);
1165
if (NetEventSource.Log.IsEnabled()) NetEventSource.Error(this, new
SocketException
((int)errorCode));
1187
throw new
SocketException
((int)errorCode);
1213
if (NetEventSource.Log.IsEnabled()) NetEventSource.Error(this, new
SocketException
((int)errorCode));
1240
throw new
SocketException
((int)errorCode);
1258
if (NetEventSource.Log.IsEnabled()) NetEventSource.Error(this, new
SocketException
((int)errorCode));
1539
throw new
SocketException
((int)errorCode);
1562
if (NetEventSource.Log.IsEnabled()) NetEventSource.Error(this, new
SocketException
((int)errorCode));
1585
throw new
SocketException
((int)errorCode);
1603
if (NetEventSource.Log.IsEnabled()) NetEventSource.Error(this, new
SocketException
((int)errorCode));
1630
throw new
SocketException
((int)errorCode);
1660
if (NetEventSource.Log.IsEnabled()) NetEventSource.Error(this, new
SocketException
((int)errorCode));
1844
socketException = new
SocketException
((int)errorCode);
1968
socketException = new
SocketException
((int)errorCode);
2044
SocketException socketException = new
SocketException
((int)errorCode);
2428
throw new
SocketException
((int)errorCode);
3928
var socketException = new
SocketException
((int)error);
4054
throw new
SocketException
((int)SocketError.IsConnected);
System\Net\Sockets\Socket.Tasks.cs (3)
162
throw new
SocketException
((int)SocketError.IsConnected);
903
Exception e = ExceptionDispatchInfo.SetCurrentStackTrace(new
SocketException
((int)error));
1370
Exception e = new
SocketException
((int)error);
System\Net\Sockets\Socket.Unix.cs (4)
73
throw new
SocketException
((int)SocketError.NotSocket);
81
throw new
SocketException
((int)SocketError.NotSocket);
127
throw new
SocketException
((int)errorCode);
192
throw new
SocketException
((int)SocketError.InvalidArgument);
System\Net\Sockets\SocketAsyncContext.Unix.cs (1)
1378
throw new
SocketException
((int)SocketPal.GetSocketErrorForErrorCode(Interop.Sys.GetLastError()));
System\Net\Sockets\SocketAsyncEventArgs.cs (2)
839
caughtException = new
SocketException
((int)lastError);
844
caughtException = new
SocketException
((int)SocketError.OperationAborted);
System\Net\Sockets\SocketPal.Unix.cs (4)
2123
throw new
SocketException
((int)error);
2134
throw new
SocketException
((int)error);
2180
throw new
SocketException
((int)GetSocketErrorForErrorCode(err));
2194
throw new
SocketException
((int)errorCode);
System\Net\Sockets\UDPClient.cs (4)
432
throw new
SocketException
((int)SocketError.OperationNotSupported);
452
throw new
SocketException
((int)SocketError.OperationNotSupported);
520
throw new
SocketException
((int)SocketError.OperationNotSupported);
800
throw new
SocketException
((int)SocketError.NotConnected);
System.ServiceModel.NetTcp (1)
System\ServiceModel\Channels\SocketAwaitableEventArgs.cs (1)
103
return new
SocketException
((int)e);
System.ServiceModel.UnixDomainSocket (1)
System\ServiceModel\Channels\SocketAwaitableEventArgs.cs (1)
103
return new
SocketException
((int)e);