4 references to Error
System.Diagnostics.Process (4)
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\System.Native\Interop.GetPwUid.cs (1)
86if (errorInfo.Error == Interop.Error.ERANGE)
System\Diagnostics\Process.Unix.cs (2)
541new Interop.ErrorInfo(errno).Error == Interop.Error.ENOEXEC) 1045if (errorInfo.Error == Interop.Error.ERANGE)