|
// <auto-generated>
using System.Reflection;
namespace FxResources.System.Private.Xml.Linq
{
internal static class SR { }
}
namespace System
{
internal static partial class SR
{
private static global::System.Resources.ResourceManager s_resourceManager;
internal static global::System.Resources.ResourceManager ResourceManager => s_resourceManager ?? (s_resourceManager = new global::System.Resources.ResourceManager(typeof(FxResources.System.Private.Xml.Linq.SR)));
/// <summary>An attribute cannot be added to content.</summary>
internal static string @Argument_AddAttribute => GetResourceString("Argument_AddAttribute", @"An attribute cannot be added to content.");
/// <summary>A node of type {0} cannot be added to content.</summary>
internal static string @Argument_AddNode => GetResourceString("Argument_AddNode", @"A node of type {0} cannot be added to content.");
/// <summary>Non-whitespace characters cannot be added to content.</summary>
internal static string @Argument_AddNonWhitespace => GetResourceString("Argument_AddNonWhitespace", @"Non-whitespace characters cannot be added to content.");
/// <summary>The argument cannot be converted to a string.</summary>
internal static string @Argument_ConvertToString => GetResourceString("Argument_ConvertToString", @"The argument cannot be converted to a string.");
/// <summary>'{0}' is an invalid expanded name.</summary>
internal static string @Argument_InvalidExpandedName => GetResourceString("Argument_InvalidExpandedName", @"'{0}' is an invalid expanded name.");
/// <summary>'{0}' is an invalid name for a processing instruction.</summary>
internal static string @Argument_InvalidPIName => GetResourceString("Argument_InvalidPIName", @"'{0}' is an invalid name for a processing instruction.");
/// <summary>The argument must be derived from {0}.</summary>
internal static string @Argument_MustBeDerivedFrom => GetResourceString("Argument_MustBeDerivedFrom", @"The argument must be derived from {0}.");
/// <summary>The prefix '{0}' cannot be bound to the empty namespace name.</summary>
internal static string @Argument_NamespaceDeclarationPrefixed => GetResourceString("Argument_NamespaceDeclarationPrefixed", @"The prefix '{0}' cannot be bound to the empty namespace name.");
/// <summary>The prefix 'xml' is bound to the namespace name 'http://www.w3.org/XML/1998/namespace'. Other prefixes must not be bound to this namespace name, and it must not be declared as the default namespace.</summary>
internal static string @Argument_NamespaceDeclarationXml => GetResourceString("Argument_NamespaceDeclarationXml", @"The prefix 'xml' is bound to the namespace name 'http://www.w3.org/XML/1998/namespace'. Other prefixes must not be bound to this namespace name, and it must not be declared as the default namespace.");
/// <summary>The prefix 'xmlns' is bound to the namespace name 'http://www.w3.org/2000/xmlns/'. It must not be declared. Other prefixes must not be bound to this namespace name, and it must not be declared as the default namespace.</summary>
internal static string @Argument_NamespaceDeclarationXmlns => GetResourceString("Argument_NamespaceDeclarationXmlns", @"The prefix 'xmlns' is bound to the namespace name 'http://www.w3.org/2000/xmlns/'. It must not be declared. Other prefixes must not be bound to this namespace name, and it must not be declared as the default namespace.");
/// <summary>An XObject cannot be used as a value.</summary>
internal static string @Argument_XObjectValue => GetResourceString("Argument_XObjectValue", @"An XObject cannot be used as a value.");
/// <summary>This instance cannot be deserialized.</summary>
internal static string @InvalidOperation_DeserializeInstance => GetResourceString("InvalidOperation_DeserializeInstance", @"This instance cannot be deserialized.");
/// <summary>This operation would create an incorrectly structured document.</summary>
internal static string @InvalidOperation_DocumentStructure => GetResourceString("InvalidOperation_DocumentStructure", @"This operation would create an incorrectly structured document.");
/// <summary>Duplicate attribute.</summary>
internal static string @InvalidOperation_DuplicateAttribute => GetResourceString("InvalidOperation_DuplicateAttribute", @"Duplicate attribute.");
/// <summary>The XmlReader state should be EndOfFile after this operation.</summary>
internal static string @InvalidOperation_ExpectedEndOfFile => GetResourceString("InvalidOperation_ExpectedEndOfFile", @"The XmlReader state should be EndOfFile after this operation.");
/// <summary>The XmlReader state should be Interactive.</summary>
internal static string @InvalidOperation_ExpectedInteractive => GetResourceString("InvalidOperation_ExpectedInteractive", @"The XmlReader state should be Interactive.");
/// <summary>The XmlReader must be on a node of type {0} instead of a node of type {1}.</summary>
internal static string @InvalidOperation_ExpectedNodeType => GetResourceString("InvalidOperation_ExpectedNodeType", @"The XmlReader must be on a node of type {0} instead of a node of type {1}.");
/// <summary>This operation was corrupted by external code.</summary>
internal static string @InvalidOperation_ExternalCode => GetResourceString("InvalidOperation_ExternalCode", @"This operation was corrupted by external code.");
/// <summary>A common ancestor is missing.</summary>
internal static string @InvalidOperation_MissingAncestor => GetResourceString("InvalidOperation_MissingAncestor", @"A common ancestor is missing.");
/// <summary>The parent is missing.</summary>
internal static string @InvalidOperation_MissingParent => GetResourceString("InvalidOperation_MissingParent", @"The parent is missing.");
/// <summary>The root element is missing.</summary>
internal static string @InvalidOperation_MissingRoot => GetResourceString("InvalidOperation_MissingRoot", @"The root element is missing.");
/// <summary>The XmlReader should not be on a node of type {0}.</summary>
internal static string @InvalidOperation_UnexpectedNodeType => GetResourceString("InvalidOperation_UnexpectedNodeType", @"The XmlReader should not be on a node of type {0}.");
/// <summary>The XmlReader cannot resolve entity references.</summary>
internal static string @InvalidOperation_UnresolvedEntityReference => GetResourceString("InvalidOperation_UnresolvedEntityReference", @"The XmlReader cannot resolve entity references.");
/// <summary>An attribute cannot be written after content.</summary>
internal static string @InvalidOperation_WriteAttribute => GetResourceString("InvalidOperation_WriteAttribute", @"An attribute cannot be written after content.");
/// <summary>This XmlWriter does not support base64 encoded data.</summary>
internal static string @NotSupported_WriteBase64 => GetResourceString("NotSupported_WriteBase64", @"This XmlWriter does not support base64 encoded data.");
/// <summary>This XmlWriter does not support entity references.</summary>
internal static string @NotSupported_WriteEntityRef => GetResourceString("NotSupported_WriteEntityRef", @"This XmlWriter does not support entity references.");
/// <summary>This XPathNavigator cannot be created on a node of type {0}.</summary>
internal static string @Argument_CreateNavigator => GetResourceString("Argument_CreateNavigator", @"This XPathNavigator cannot be created on a node of type {0}.");
/// <summary>This operation is not valid on a node of type {0}.</summary>
internal static string @InvalidOperation_BadNodeType => GetResourceString("InvalidOperation_BadNodeType", @"This operation is not valid on a node of type {0}.");
/// <summary>The XPath expression evaluated to unexpected type {0}.</summary>
internal static string @InvalidOperation_UnexpectedEvaluation => GetResourceString("InvalidOperation_UnexpectedEvaluation", @"The XPath expression evaluated to unexpected type {0}.");
/// <summary>This XPathNavigator does not support IDs.</summary>
internal static string @NotSupported_MoveToId => GetResourceString("NotSupported_MoveToId", @"This XPathNavigator does not support IDs.");
}
}
|