5 references to GetErrorMessage
System.Private.CoreLib (5)
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
src\libraries\Common\src\Interop\Unix\Interop.IOErrors.cs (1)
181string msg = errorInfo.GetErrorMessage();
src\libraries\Common\src\Interop\Unix\System.Native\Interop.GetPwUid.cs (1)
93throw new IOException(errorInfo.GetErrorMessage(), errorInfo.RawErrno);
src\libraries\System.Private.CoreLib\src\System\Environment.UnixOrBrowser.cs (1)
67new ArgumentOutOfRangeException(nameof(name), name, errno.GetErrorMessage()) :
src\libraries\System.Private.CoreLib\src\System\IO\PersistedFiles.Unix.cs (1)
126throw new IOException(errorInfo.GetErrorMessage(), errorInfo.RawErrno);