3 references to GetErrorMessage
System.Formats.Tar (3)
src\libraries\Common\src\Interop\Unix\Interop.Errors.cs (1)
151return $"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)
94throw new IOException(errorInfo.GetErrorMessage(), errorInfo.RawErrno);