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