2 references to GetNativeErrorForSocketError
System.Net.Primitives (2)
System\Net\SocketException.cs (2)
39
internal SocketException(SocketError socketError) : base(
GetNativeErrorForSocketError
(socketError))
45
internal SocketException(SocketError socketError, string? message) : base(
GetNativeErrorForSocketError
(socketError), message)