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