3 writes to LastUpdatedTimeException
System.ServiceModel.Syndication (3)
System\ServiceModel\Syndication\Atom10FeedFormatter.cs (1)
275result.LastUpdatedTimeException = e;
System\ServiceModel\Syndication\Rss20FeedFormatter.cs (1)
680result.LastUpdatedTimeException = e;
System\ServiceModel\Syndication\SyndicationFeed.cs (1)
165LastUpdatedTimeException = null;
2 references to LastUpdatedTimeException
System.ServiceModel.Syndication (2)
System\ServiceModel\Syndication\SyndicationFeed.cs (2)
156if (LastUpdatedTimeException != null) 158throw LastUpdatedTimeException;