3 references to UnknownItemXml
System.ServiceModel.Syndication (3)
System\ServiceModel\Syndication\Atom10ItemFormatter.cs (1)
91
throw new XmlException(SR.Format(SR.
UnknownItemXml
, reader.LocalName, reader.NamespaceURI));
System\ServiceModel\Syndication\Rss20ItemFormatter.cs (1)
114
throw new XmlException(SR.Format(SR.
UnknownItemXml
, reader.LocalName, reader.NamespaceURI));
System\ServiceModel\Syndication\SyndicationItem.cs (1)
173
throw new XmlException(SR.Format(SR.
UnknownItemXml
, reader.LocalName, reader.NamespaceURI));