17 references to AddLineInfo
System.ServiceModel.Syndication (17)
System\ServiceModel\Syndication\Atom10FeedFormatter.cs (5)
561_ => throw new XmlException(FeedUtils.AddLineInfo(reader, SR.Format(SR.Atom10SpecRequiresTextConstruct, context, type))), 814throw new XmlException(FeedUtils.AddLineInfo(reader, SR.ErrorParsingFeed), e); 818throw new XmlException(FeedUtils.AddLineInfo(reader, SR.ErrorParsingFeed), e); 895throw new XmlException(FeedUtils.AddLineInfo(reader, SR.ErrorParsingItem), e); 899throw new XmlException(FeedUtils.AddLineInfo(reader, SR.ErrorParsingItem), e);
System\ServiceModel\Syndication\AtomPub10CategoriesDocumentFormatter.cs (2)
169throw new XmlException(FeedUtils.AddLineInfo(reader, SR.ErrorParsingDocument), e); 173throw new XmlException(FeedUtils.AddLineInfo(reader, SR.ErrorParsingDocument), e);
System\ServiceModel\Syndication\AtomPub10ServiceDocumentFormatter.cs (2)
494throw new XmlException(FeedUtils.AddLineInfo(reader, SR.ErrorParsingDocument), e); 498throw new XmlException(FeedUtils.AddLineInfo(reader, SR.ErrorParsingDocument), e);
System\ServiceModel\Syndication\Rss20FeedFormatter.cs (5)
491throw new XmlException(FeedUtils.AddLineInfo(reader, SR.ErrorParsingItem), e); 495throw new XmlException(FeedUtils.AddLineInfo(reader, SR.ErrorParsingItem), e); 611throw new NotSupportedException(FeedUtils.AddLineInfo(reader, (SR.Format(SR.UnsupportedRssVersion, version)))); 796throw new XmlException(FeedUtils.AddLineInfo(reader, SR.ErrorParsingFeed), e); 800throw new XmlException(FeedUtils.AddLineInfo(reader, SR.ErrorParsingFeed), e);
System\ServiceModel\Syndication\SyndicationFeedFormatter.cs (3)
440throw new XmlException(FeedUtils.AddLineInfo(reader, SR.ErrorParsingUri), e); 466throw new XmlException(FeedUtils.AddLineInfo(reader, SR.ErrorParsingDateTime), e); 469throw new XmlException(FeedUtils.AddLineInfo(reader, SR.ErrorParsingDateTime));