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