37 references to GetResourceString
System.ServiceModel.Syndication (37)
artifacts\obj\System.ServiceModel.Syndication\Debug\net10.0\System.SR.cs (37)
16internal static string @Atom10SpecRequiresTextConstruct => GetResourceString("Atom10SpecRequiresTextConstruct", @"The Atom10 specification requires '{0}' to have one of these values: \""text\"", \""html\"", \""xhtml\"", however this value is '{1}' in the document being deserialized."); 18internal static string @DocumentFormatterDoesNotHaveDocument => GetResourceString("DocumentFormatterDoesNotHaveDocument", @"The document formatter must be configured with a document."); 20internal static string @ErrorInLine => GetResourceString("ErrorInLine", @"Error in line {0} position {1}."); 22internal static string @ErrorParsingDateTime => GetResourceString("ErrorParsingDateTime", @"An error was encountered when parsing a DateTime value in the XML."); 24internal static string @ErrorParsingDocument => GetResourceString("ErrorParsingDocument", @"An error was encountered when parsing the document's XML. Refer to the inner exception for more details."); 26internal static string @ErrorParsingFeed => GetResourceString("ErrorParsingFeed", @"An error was encountered when parsing the feed's XML. Refer to the inner exception for more details."); 28internal static string @ErrorParsingItem => GetResourceString("ErrorParsingItem", @"An error was encountered when parsing the item's XML. Refer to the inner exception for more details."); 30internal static string @ErrorParsingUri => GetResourceString("ErrorParsingUri", @"An error was encountered when parsing a Uri value in the XML."); 32internal static string @ExtensionNameNotSpecified => GetResourceString("ExtensionNameNotSpecified", @"The name of the extension element must be specified."); 34internal static string @FeedCreatedNullCategory => GetResourceString("FeedCreatedNullCategory", @"The feed created a null category."); 36internal static string @FeedCreatedNullItem => GetResourceString("FeedCreatedNullItem", @"The feed created a null item."); 38internal static string @FeedCreatedNullPerson => GetResourceString("FeedCreatedNullPerson", @"The feed created a null person."); 40internal static string @FeedFormatterDoesNotHaveFeed => GetResourceString("FeedFormatterDoesNotHaveFeed", @"The syndication feed formatter must be configured with a syndication feed."); 42internal static string @InvalidObjectTypePassed => GetResourceString("InvalidObjectTypePassed", @"The Type of object passed as parameter '{0}' is not derived from {1}. Ensure that the type of object passed is either of type {1} or derived from {1}."); 44internal static string @ItemCreatedNullCategory => GetResourceString("ItemCreatedNullCategory", @"The item created a null category."); 46internal static string @ItemCreatedNullPerson => GetResourceString("ItemCreatedNullPerson", @"The item created a null person."); 48internal static string @ItemFormatterDoesNotHaveItem => GetResourceString("ItemFormatterDoesNotHaveItem", @"The syndication item formatter must be configured with a syndication item."); 50internal static string @OuterElementNameNotSpecified => GetResourceString("OuterElementNameNotSpecified", @"The outer element name must be specified."); 52internal static string @OuterNameOfElementExtensionEmpty => GetResourceString("OuterNameOfElementExtensionEmpty", @"The outer name of the element extension cannot be empty."); 54internal static string @UnbufferedItemsCannotBeCloned => GetResourceString("UnbufferedItemsCannotBeCloned", @"A feed containing items that are not buffered (i.e. the items are not stored in an IList) cannot clone its items. Buffer the items in the feed before calling Clone on it or pass false to the Clone method."); 56internal static string @UnknownDocumentXml => GetResourceString("UnknownDocumentXml", @"The element with name '{0}' and namespace '{1}' is not an allowed document format."); 58internal static string @UnknownFeedXml => GetResourceString("UnknownFeedXml", @"The element with name '{0}' and namespace '{1}' is not an allowed feed format."); 60internal static string @UnknownItemXml => GetResourceString("UnknownItemXml", @"The element with name '{0}' and namespace '{1}' is not an allowed item format."); 62internal static string @UnsupportedRssVersion => GetResourceString("UnsupportedRssVersion", @"The Rss20Serializer does not support RSS version '{0}'."); 64internal static string @ValueMustBeNonNegative => GetResourceString("ValueMustBeNonNegative", @"The value of this argument must be non-negative."); 66internal static string @XmlBufferInInvalidState => GetResourceString("XmlBufferInInvalidState", @"An internal error has occurred. The XML buffer is not in the correct state to perform the operation."); 68internal static string @XmlFoundCData => GetResourceString("XmlFoundCData", @"cdata '{0}'"); 70internal static string @XmlFoundComment => GetResourceString("XmlFoundComment", @"comment '{0}'"); 72internal static string @XmlFoundElement => GetResourceString("XmlFoundElement", @"element '{0}' from namespace '{1}'"); 74internal static string @XmlFoundEndElement => GetResourceString("XmlFoundEndElement", @"end element '{0}' from namespace '{1}'"); 76internal static string @XmlFoundEndOfFile => GetResourceString("XmlFoundEndOfFile", @"end of file"); 78internal static string @XmlFoundNodeType => GetResourceString("XmlFoundNodeType", @"node {0}"); 80internal static string @XmlFoundText => GetResourceString("XmlFoundText", @"text '{0}'"); 82internal static string @XmlLineInfo => GetResourceString("XmlLineInfo", @"Line {0}, position {1}."); 84internal static string @XmlStartElementExpected => GetResourceString("XmlStartElementExpected", @"Start element expected. Found {0}."); 86internal static string @InvalidSkipHourValue => GetResourceString("InvalidSkipHourValue", @"Cannot parse string `{0}` as skip hour. The value for skip hours must be an integer betwen 0 and 23."); 88internal static string @InvalidTimeToLiveValue => GetResourceString("InvalidTimeToLiveValue", @"The value for TimeToLive must be a non-negative whole number of minutes.");