1 reference to GetSocketErrorForNativeError
System.Net.Primitives (1)
System\Net\SocketException.Unix.cs (1)
20
private SocketException(Interop.ErrorInfo error) : this(SocketErrorPal.
GetSocketErrorForNativeError
(error.Error), (uint)error.RawErrno)