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