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