2 references to SocketErrorPal
System.Net.Primitives (2)
System\Net\SocketException.Unix.cs (2)
20
private SocketException(Interop.ErrorInfo error) : this(
SocketErrorPal
.GetSocketErrorForNativeError(error.Error), (uint)error.RawErrno)
29
if (
SocketErrorPal
.TryGetNativeErrorForSocketError(error, out Interop.Error interopErr))