3 writes to LastUpdatedTimeException
System.ServiceModel.Syndication (3)
System\ServiceModel\Syndication\Atom10FeedFormatter.cs (1)
289result.LastUpdatedTimeException = e;
System\ServiceModel\Syndication\Rss20FeedFormatter.cs (1)
710result.LastUpdatedTimeException = e;
System\ServiceModel\Syndication\SyndicationFeed.cs (1)
166LastUpdatedTimeException = null;
2 references to LastUpdatedTimeException
System.ServiceModel.Syndication (2)
System\ServiceModel\Syndication\SyndicationFeed.cs (2)
157if (LastUpdatedTimeException != null) 159throw LastUpdatedTimeException;