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))),
787
throw new XmlException(FeedUtils.
AddLineInfo
(reader, SR.ErrorParsingFeed), e);
791
throw new XmlException(FeedUtils.
AddLineInfo
(reader, SR.ErrorParsingFeed), e);
868
throw new XmlException(FeedUtils.
AddLineInfo
(reader, SR.ErrorParsingItem), e);
872
throw new XmlException(FeedUtils.
AddLineInfo
(reader, SR.ErrorParsingItem), e);
System\ServiceModel\Syndication\AtomPub10CategoriesDocumentFormatter.cs (2)
148
throw new XmlException(FeedUtils.
AddLineInfo
(reader, SR.ErrorParsingDocument), e);
152
throw new XmlException(FeedUtils.
AddLineInfo
(reader, SR.ErrorParsingDocument), e);
System\ServiceModel\Syndication\AtomPub10ServiceDocumentFormatter.cs (2)
476
throw new XmlException(FeedUtils.
AddLineInfo
(reader, SR.ErrorParsingDocument), e);
480
throw new XmlException(FeedUtils.
AddLineInfo
(reader, SR.ErrorParsingDocument), e);
System\ServiceModel\Syndication\Rss20FeedFormatter.cs (5)
464
throw new XmlException(FeedUtils.
AddLineInfo
(reader, SR.ErrorParsingItem), e);
468
throw new XmlException(FeedUtils.
AddLineInfo
(reader, SR.ErrorParsingItem), e);
584
throw new NotSupportedException(FeedUtils.
AddLineInfo
(reader, (SR.Format(SR.UnsupportedRssVersion, version))));
769
throw new XmlException(FeedUtils.
AddLineInfo
(reader, SR.ErrorParsingFeed), e);
773
throw new XmlException(FeedUtils.
AddLineInfo
(reader, SR.ErrorParsingFeed), e);
System\ServiceModel\Syndication\SyndicationFeedFormatter.cs (3)
338
throw new XmlException(FeedUtils.
AddLineInfo
(reader, SR.ErrorParsingUri), e);
364
throw new XmlException(FeedUtils.
AddLineInfo
(reader, SR.ErrorParsingDateTime), e);
367
throw new XmlException(FeedUtils.
AddLineInfo
(reader, SR.ErrorParsingDateTime));