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))),
784
throw new XmlException(FeedUtils.
AddLineInfo
(reader, SR.ErrorParsingFeed), e);
788
throw new XmlException(FeedUtils.
AddLineInfo
(reader, SR.ErrorParsingFeed), e);
865
throw new XmlException(FeedUtils.
AddLineInfo
(reader, SR.ErrorParsingItem), e);
869
throw new XmlException(FeedUtils.
AddLineInfo
(reader, SR.ErrorParsingItem), e);
System\ServiceModel\Syndication\AtomPub10CategoriesDocumentFormatter.cs (2)
152
throw new XmlException(FeedUtils.
AddLineInfo
(reader, SR.ErrorParsingDocument), e);
156
throw new XmlException(FeedUtils.
AddLineInfo
(reader, SR.ErrorParsingDocument), e);
System\ServiceModel\Syndication\AtomPub10ServiceDocumentFormatter.cs (2)
477
throw new XmlException(FeedUtils.
AddLineInfo
(reader, SR.ErrorParsingDocument), e);
481
throw new XmlException(FeedUtils.
AddLineInfo
(reader, SR.ErrorParsingDocument), e);
System\ServiceModel\Syndication\Rss20FeedFormatter.cs (5)
461
throw new XmlException(FeedUtils.
AddLineInfo
(reader, SR.ErrorParsingItem), e);
465
throw new XmlException(FeedUtils.
AddLineInfo
(reader, SR.ErrorParsingItem), e);
581
throw new NotSupportedException(FeedUtils.
AddLineInfo
(reader, (SR.Format(SR.UnsupportedRssVersion, version))));
766
throw new XmlException(FeedUtils.
AddLineInfo
(reader, SR.ErrorParsingFeed), e);
770
throw new XmlException(FeedUtils.
AddLineInfo
(reader, SR.ErrorParsingFeed), e);
System\ServiceModel\Syndication\SyndicationFeedFormatter.cs (3)
342
throw new XmlException(FeedUtils.
AddLineInfo
(reader, SR.ErrorParsingUri), e);
368
throw new XmlException(FeedUtils.
AddLineInfo
(reader, SR.ErrorParsingDateTime), e);
371
throw new XmlException(FeedUtils.
AddLineInfo
(reader, SR.ErrorParsingDateTime));