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