That's worked here, no more exception:
//Just empty the doc object
doc = new HtmlAgilityPack.HtmlDocument();
doc.LoadHtml(rows[i].OuterHtml);
HtmlAgilityPack.HtmlNodeCollection cells = doc.DocumentNode.SelectNodes("//td");