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))),
814
throw new XmlException(FeedUtils.
AddLineInfo
(reader, SR.ErrorParsingFeed), e);
818
throw new XmlException(FeedUtils.
AddLineInfo
(reader, SR.ErrorParsingFeed), e);
895
throw new XmlException(FeedUtils.
AddLineInfo
(reader, SR.ErrorParsingItem), e);
899
throw new XmlException(FeedUtils.
AddLineInfo
(reader, SR.ErrorParsingItem), e);
System\ServiceModel\Syndication\AtomPub10CategoriesDocumentFormatter.cs (2)
169
throw new XmlException(FeedUtils.
AddLineInfo
(reader, SR.ErrorParsingDocument), e);
173
throw new XmlException(FeedUtils.
AddLineInfo
(reader, SR.ErrorParsingDocument), e);
System\ServiceModel\Syndication\AtomPub10ServiceDocumentFormatter.cs (2)
494
throw new XmlException(FeedUtils.
AddLineInfo
(reader, SR.ErrorParsingDocument), e);
498
throw new XmlException(FeedUtils.
AddLineInfo
(reader, SR.ErrorParsingDocument), e);
System\ServiceModel\Syndication\Rss20FeedFormatter.cs (5)
491
throw new XmlException(FeedUtils.
AddLineInfo
(reader, SR.ErrorParsingItem), e);
495
throw new XmlException(FeedUtils.
AddLineInfo
(reader, SR.ErrorParsingItem), e);
611
throw new NotSupportedException(FeedUtils.
AddLineInfo
(reader, (SR.Format(SR.UnsupportedRssVersion, version))));
796
throw new XmlException(FeedUtils.
AddLineInfo
(reader, SR.ErrorParsingFeed), e);
800
throw new XmlException(FeedUtils.
AddLineInfo
(reader, SR.ErrorParsingFeed), e);
System\ServiceModel\Syndication\SyndicationFeedFormatter.cs (3)
440
throw new XmlException(FeedUtils.
AddLineInfo
(reader, SR.ErrorParsingUri), e);
466
throw new XmlException(FeedUtils.
AddLineInfo
(reader, SR.ErrorParsingDateTime), e);
469
throw new XmlException(FeedUtils.
AddLineInfo
(reader, SR.ErrorParsingDateTime));