File: SR.cs

package info (click to toggle)
mono 6.14.1%2Bds2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,282,732 kB
  • sloc: cs: 11,182,461; xml: 2,850,281; ansic: 699,123; cpp: 122,919; perl: 58,604; javascript: 30,841; asm: 21,845; makefile: 19,602; sh: 10,973; python: 4,772; pascal: 925; sql: 859; sed: 16; php: 1
file content (38 lines) | stat: -rw-r--r-- 3,565 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
//
// This file was generated by resx2sr tool
//

partial class SR
{
	public const string Argument_AddAttribute = "An attribute cannot be added to content.";
	public const string Argument_AddNode = "A node of type {0} cannot be added to content.";
	public const string Argument_AddNonWhitespace = "Non-whitespace characters cannot be added to content.";
	public const string Argument_ConvertToString = "The argument cannot be converted to a string.";
	public const string Argument_InvalidExpandedName = "'{0}' is an invalid expanded name.";
	public const string Argument_InvalidPIName = "'{0}' is an invalid name for a processing instruction.";
	public const string Argument_InvalidPrefix = "'{0}' is an invalid prefix.";
	public const string Argument_MustBeDerivedFrom = "The argument must be derived from {0}.";
	public const string Argument_NamespaceDeclarationPrefixed = "The prefix '{0}' cannot be bound to the empty namespace name.";
	public const string 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.";
	public const string 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.";
	public const string Argument_XObjectValue = "An XObject cannot be used as a value.";
	public const string InvalidOperation_DeserializeInstance = "This instance cannot be deserialized.";
	public const string InvalidOperation_DocumentStructure = "This operation would create an incorrectly structured document.";
	public const string InvalidOperation_DuplicateAttribute = "Duplicate attribute.";
	public const string InvalidOperation_ExpectedEndOfFile = "The XmlReader state should be EndOfFile after this operation.";
	public const string InvalidOperation_ExpectedInteractive = "The XmlReader state should be Interactive.";
	public const string InvalidOperation_ExpectedNodeType = "The XmlReader must be on a node of type {0} instead of a node of type {1}.";
	public const string InvalidOperation_ExternalCode = "This operation was corrupted by external code.";
	public const string InvalidOperation_MissingAncestor = "A common ancestor is missing.";
	public const string InvalidOperation_MissingParent = "The parent is missing.";
	public const string InvalidOperation_MissingRoot = "The root element is missing.";
	public const string InvalidOperation_UnexpectedNodeType = "The XmlReader should not be on a node of type {0}.";
	public const string InvalidOperation_UnresolvedEntityReference = "The XmlReader cannot resolve entity references.";
	public const string InvalidOperation_WriteAttribute = "An attribute cannot be written after content.";
	public const string NotSupported_WriteBase64 = "This XmlWriter does not support base64 encoded data.";
	public const string NotSupported_WriteEntityRef = "This XmlWriter does not support entity references.";
	public const string Argument_CreateNavigator = "This XPathNavigator cannot be created on a node of type {0}.";
	public const string InvalidOperation_BadNodeType = "This operation is not valid on a node of type {0}.";
	public const string InvalidOperation_UnexpectedEvaluation = "The XPath expression evaluated to unexpected type {0}.";
	public const string NotSupported_MoveToId = "This XPathNavigator does not support IDs.";
}