17 references to AddLineInfo
System.ServiceModel.Syndication (17)
System\ServiceModel\Syndication\Atom10FeedFormatter.cs (5)
535_ => throw new XmlException(FeedUtils.AddLineInfo(reader, SR.Format(SR.Atom10SpecRequiresTextConstruct, context, type))), 784throw new XmlException(FeedUtils.AddLineInfo(reader, SR.ErrorParsingFeed), e); 788throw new XmlException(FeedUtils.AddLineInfo(reader, SR.ErrorParsingFeed), e); 865throw new XmlException(FeedUtils.AddLineInfo(reader, SR.ErrorParsingItem), e); 869throw new XmlException(FeedUtils.AddLineInfo(reader, SR.ErrorParsingItem), e);
System\ServiceModel\Syndication\AtomPub10CategoriesDocumentFormatter.cs (2)
152throw new XmlException(FeedUtils.AddLineInfo(reader, SR.ErrorParsingDocument), e); 156throw new XmlException(FeedUtils.AddLineInfo(reader, SR.ErrorParsingDocument), e);
System\ServiceModel\Syndication\AtomPub10ServiceDocumentFormatter.cs (2)
477throw new XmlException(FeedUtils.AddLineInfo(reader, SR.ErrorParsingDocument), e); 481throw new XmlException(FeedUtils.AddLineInfo(reader, SR.ErrorParsingDocument), e);
System\ServiceModel\Syndication\Rss20FeedFormatter.cs (5)
461throw new XmlException(FeedUtils.AddLineInfo(reader, SR.ErrorParsingItem), e); 465throw new XmlException(FeedUtils.AddLineInfo(reader, SR.ErrorParsingItem), e); 581throw new NotSupportedException(FeedUtils.AddLineInfo(reader, (SR.Format(SR.UnsupportedRssVersion, version)))); 766throw new XmlException(FeedUtils.AddLineInfo(reader, SR.ErrorParsingFeed), e); 770throw new XmlException(FeedUtils.AddLineInfo(reader, SR.ErrorParsingFeed), e);
System\ServiceModel\Syndication\SyndicationFeedFormatter.cs (3)
342throw new XmlException(FeedUtils.AddLineInfo(reader, SR.ErrorParsingUri), e); 368throw new XmlException(FeedUtils.AddLineInfo(reader, SR.ErrorParsingDateTime), e); 371throw new XmlException(FeedUtils.AddLineInfo(reader, SR.ErrorParsingDateTime));