17 references to AddLineInfo
System.ServiceModel.Syndication (17)
System\ServiceModel\Syndication\Atom10FeedFormatter.cs (5)
534_ => throw new XmlException(FeedUtils.AddLineInfo(reader, SR.Format(SR.Atom10SpecRequiresTextConstruct, context, type))), 787throw new XmlException(FeedUtils.AddLineInfo(reader, SR.ErrorParsingFeed), e); 791throw new XmlException(FeedUtils.AddLineInfo(reader, SR.ErrorParsingFeed), e); 868throw new XmlException(FeedUtils.AddLineInfo(reader, SR.ErrorParsingItem), e); 872throw new XmlException(FeedUtils.AddLineInfo(reader, SR.ErrorParsingItem), e);
System\ServiceModel\Syndication\AtomPub10CategoriesDocumentFormatter.cs (2)
148throw new XmlException(FeedUtils.AddLineInfo(reader, SR.ErrorParsingDocument), e); 152throw new XmlException(FeedUtils.AddLineInfo(reader, SR.ErrorParsingDocument), e);
System\ServiceModel\Syndication\AtomPub10ServiceDocumentFormatter.cs (2)
476throw new XmlException(FeedUtils.AddLineInfo(reader, SR.ErrorParsingDocument), e); 480throw new XmlException(FeedUtils.AddLineInfo(reader, SR.ErrorParsingDocument), e);
System\ServiceModel\Syndication\Rss20FeedFormatter.cs (5)
464throw new XmlException(FeedUtils.AddLineInfo(reader, SR.ErrorParsingItem), e); 468throw new XmlException(FeedUtils.AddLineInfo(reader, SR.ErrorParsingItem), e); 584throw new NotSupportedException(FeedUtils.AddLineInfo(reader, (SR.Format(SR.UnsupportedRssVersion, version)))); 769throw new XmlException(FeedUtils.AddLineInfo(reader, SR.ErrorParsingFeed), e); 773throw new XmlException(FeedUtils.AddLineInfo(reader, SR.ErrorParsingFeed), e);
System\ServiceModel\Syndication\SyndicationFeedFormatter.cs (3)
338throw new XmlException(FeedUtils.AddLineInfo(reader, SR.ErrorParsingUri), e); 364throw new XmlException(FeedUtils.AddLineInfo(reader, SR.ErrorParsingDateTime), e); 367throw new XmlException(FeedUtils.AddLineInfo(reader, SR.ErrorParsingDateTime));