3 references to RawErrno
System.Net.NetworkInformation (3)
src\libraries\Common\src\Interop\Unix\Interop.Errors.cs (2)
145return Interop.Sys.StrError(RawErrno); 150return $"RawErrno: {RawErrno} Error: {Error} GetErrorMessage: {GetErrorMessage()}"; // No localization required; text is member names used for debugging purposes
System\Net\NetworkInformation\NetworkAddressChange.Unix.cs (1)
198throw new Win32Exception(result.Info().RawErrno);