3 references to GetErrorMessage
System.Net.NetworkInformation (3)
src\libraries\Common\src\Interop\Unix\Interop.Errors.cs (1)
150return $"RawErrno: {RawErrno} Error: {Error} GetErrorMessage: {GetErrorMessage()}"; // No localization required; text is member names used for debugging purposes
System\Net\NetworkInformation\LinuxNetworkInterface.cs (1)
84string message = Interop.Sys.GetLastErrorInfo().GetErrorMessage();
System\Net\NetworkInformation\NetworkAddressChange.Unix.cs (1)
161string message = Interop.Sys.GetLastErrorInfo().GetErrorMessage();