3 writes to LastUpdatedTimeException
System.ServiceModel.Syndication (3)
System\ServiceModel\Syndication\Atom10FeedFormatter.cs (1)
274result.LastUpdatedTimeException = e;
System\ServiceModel\Syndication\Rss20FeedFormatter.cs (1)
683result.LastUpdatedTimeException = e;
System\ServiceModel\Syndication\SyndicationFeed.cs (1)
163LastUpdatedTimeException = null;
2 references to LastUpdatedTimeException
System.ServiceModel.Syndication (2)
System\ServiceModel\Syndication\SyndicationFeed.cs (2)
154if (LastUpdatedTimeException != null) 156throw LastUpdatedTimeException;