publicconststringAbstractElementNotSupported=@"Abstract element '{0}' is not supported.";
publicconststringAbstractTypeNotSupported=@"Abstract type is not supported";
publicconststringAmbiguousReferencedCollectionTypes1=@"Ambiguous collection types were referenced: {0}";
publicconststringAmbiguousReferencedCollectionTypes3=@"In '{0}' element in '{1}' namespace, ambiguous collection types were referenced: {2}";
publicconststringAmbiguousReferencedTypes1=@"Ambiguous types were referenced: {0}";
publicconststringAmbiguousReferencedTypes3=@"In '{0}' element in '{1}' namespace, ambiguous types were referenced: {2}";
publicconststringAnnotationAttributeNotFound=@"Annotation attribute was not found: default value annotation is '{0}', type is '{1}' in '{2}' namespace, emit default value is {3}.";
publicconststringAnonymousTypeNotSupported=@"Anonymous type is not supported. Type is '{0}' in '{1}' namespace.";
publicconststringAnyAttributeNotSupported=@"XML Schema 'any' attribute is not supported";
publicconststringArrayItemFormMustBe=@"For array item, element 'form' must be {0}.";
publicconststringArraySizeAttributeIncorrect=@"Array size attribute is incorrect; must be between {0} and {1}.";
publicconststringArrayTypeCannotBeImported=@"Array type cannot be imported for '{0}' in '{1}' namespace: {2}.";
publicconststringAssemblyNotFound=@"Assembly '{0}' was not found.";
publicconststringAttributeNotFound=@"Attribute was not found for CLR type '{1}' in namespace '{0}'. XML reader node is on {2}, '{4}' node in '{3}' namespace.";
publicconststringBaseTypeNotISerializable=@"Base type '{0}' in '{1}' namespace is not ISerializable.";
publicconststringCannotComputeUniqueName=@"Cannot compute unique name for '{0}'.";
publicconststringCannotDeriveFromSealedReferenceType=@"Cannod drive from sealed reference type '{2}', for '{0}' element in '{1}' namespace.";
publicconststringCannotDeserializeForwardedType=@"Cannot deserialize forwarded type '{0}'.";
publicconststringCannotImportNullDataContractName=@"Cannot import data contract with null name.";
publicconststringCannotImportNullSchema=@"Cannot import from schema list that contains null.";
publicconststringCannotSetMembersForReferencedType=@"Cannot set members for already referenced type. Base type is '{0}'.";
publicconststringCannotSetNamespaceForReferencedType=@"Cannot set namespace for already referenced type. Base type is '{0}'.";
publicconststringCannotUseGenericTypeAsBase=@"For '{0}' in '{1}' namespace, generic type cannot be referenced as the base type.";
publicconststringChangingFullTypeNameNotSupported=@"Changing full type name is not supported. Serialization type name: '{0}', data contract type name: '{1}'.";
publicconststringCircularTypeReference=@"Circular type reference was found for '{0}' in '{1}' namespace.";
publicconststringClassDataContractReturnedForGetOnlyCollection=@"For '{0}' type, class data contract was returned for get-only collection.";
publicconststringCLRNamespaceMappedMultipleTimes=@"CLR namespace is mapped multiple times. Current data contract namespace is '{0}', found '{1}' for CLR namespace '{2}'.";
publicconststringClrTypeNotFound=@"CLR type '{1}' in assembly '{0}' is not found.";
publicconststringCollectionAssignedToIncompatibleInterface=@"Collection of type '{0}' is assigned to an incompatible interface '{1}'";
publicconststringComplexTypeRestrictionNotSupported=@"XML schema complexType restriction is not supported.";
publicconststringConfigDataContractSerializerSectionLoadError=@"Failed to load configuration section for dataContractSerializer.";
publicconststringConfigIndexOutOfRange=@"For type '{0}', configuration index is out of range.";
publicconststringConfigMustOnlyAddParamsWithType=@"Configuration parameter element must only add params with type.";// huh? the code doesn't make a lot of sense to me...
publicconststringConfigMustOnlySetTypeOrIndex=@"Configuration parameter element can set only one of either type or index.";
publicconststringConfigMustSetTypeOrIndex=@"Configuration parameter element must set either type or index.";
publicconststringCouldNotReadSerializationSchema=@"Could not read serialization schema for '{0}' namespace.";
publicconststringDefaultOnElementNotSupported=@"On element '{0}', default value is not supported.";
publicconststringDerivedTypeNotISerializable=@"On type '{0}' in '{1}' namespace, derived type is not ISerializable.";
publicconststringDupContractInDataContractSet=@"Duplicate contract in data contract set was found, for '{0}' in '{1}' namespace.";
publicconststringDuplicateExtensionDataSetMethod=@"Duplicate extension data set method was found, for method '{0}', existing method is '{1}', on data contract type '{2}'.";
publicconststringDupTypeContractInDataContractSet=@"Duplicate type contract in data contract set. Type name '{0}', for data contract '{1}' in '{2}' namespace.";
publicconststringElementMaxOccursMustBe=@"On element '{0}', schema element maxOccurs must be 1.";
publicconststringElementMinOccursMustBe=@"On element '{0}', schema element minOccurs must be less or equal to 1.";
publicconststringElementRefOnLocalElementNotSupported=@"For local element, ref is not supported. The referenced name is '{0}' in '{1}' namespace.";
publicconststringEnumEnumerationFacetsMustHaveValue=@"Schema enumeration facet must have values.";
publicconststringEnumListInAnonymousTypeNotSupported=@"Enum list in anonymous type is not supported.";
publicconststringEnumListMustContainAnonymousType=@"Enum list must contain an anonymous type.";
publicconststringEnumOnlyEnumerationFacetsSupported=@"For schema facets, only enumeration is supported.";
publicconststringEnumRestrictionInvalid=@"For simpleType restriction, only enum is supported and this type could not be convert to enum.";
publicconststringEnumTypeCannotBeImported=@"For '{0}' in '{1}' namespace, enum type cannot be imported: {2}";
publicconststringEnumTypeNotSupportedByDataContractJsonSerializer=@"Enum type is not supported by DataContractJsonSerializer. The underlying type is '{0}'.";
publicconststringEnumUnionInAnonymousTypeNotSupported=@"Enum union in anonymous type is not supported.";
publicconststringExtensionDataSetMustReturnVoid=@"For type '{0}' method '{1}', extension data set method must return void.";
publicconststringExtensionDataSetParameterInvalid=@"For type '{0}' method '{1}', extension data set method has invalid type of parameter '{2}'.";
publicconststringFactoryObjectContainsSelfReference=@"Factory object contains a reference to self. Old object is '{0}', new object is '{1}'.";
publicconststringFactoryTypeNotISerializable=@"For data contract '{1}', factory type '{0}' is not ISerializable.";
publicconststringFixedOnElementNotSupported=@"On schema element '{0}', fixed value is not supported.";
publicconststringFlushBufferAlreadyInUse=@"Flush buffer is already in use.";
publicconststringFormMustBeQualified=@"On schema element '{0}', form must be qualified.";
publicconststringGenericAnnotationAttributeNotFound=@"On type '{0}' Generic annotation attribute '{1}' was not found.";
publicconststringGenericAnnotationForNestedLevelMustBeIncreasing=@"On type '{2}', generic annotation for nested level must be increasing. Argument element is '{0}' in '{1}' namespace.";
publicconststringGenericAnnotationHasInvalidAttributeValue=@"On type '{2}', generic annotation has invalid attribute value '{3}'. Argument element is '{0}' in '{1}' namespace. Nested level attribute attribute name is '{4}'. Type is '{5}'.";// dunno if this makes sense...
publicconststringGenericAnnotationHasInvalidElement=@"On type '{2}', generic annotation has invalid element. Argument element is '{0}' in '{1}' namespace.";
publicconststringGenericTypeNameMismatch=@"Generic type name mismatch. Expected '{0}' in '{1}' namespace, got '{2}' in '{3}' namespace instead.";
publicconststringGenericTypeNotExportable=@"Generic type '{0}' is not exportable.";
publicconststringGetOnlyCollectionMustHaveAddMethod=@"On type '{0}', get-only collection must have an Add method.";
publicconststringGetRealObjectReturnedNull=@"On the surrogate data contract for '{0}', GetRealObject method returned null.";
publicconststringInvalidAnnotationExpectingText=@"For annotation element '{0}' in namespace '{1}', expected text but got element '{2}' in '{3}' namespace.";
publicconststringInvalidCharacterEncountered=@"Encountered an invalid character '{0}'.";
publicconststringInvalidClassDerivation=@"Invalid class derivation from '{0}' in '{1}' namespace.";
publicconststringInvalidClrNameGeneratedForISerializable=@"Invalid CLR name '{2}' is generated for ISerializable type '{0}' in '{1}' namespace.";
publicconststringInvalidClrNamespaceGeneratedForISerializable=@"Invalid CLR namespace '{3}' is generated for ISerializable type '{0}' in '{1}' namespace. Data contract namespace from the URI would be generated as '{2}'.";
publicconststringInvalidDataNode=@"Invalid data node for '{0}' type.";
publicconststringInvalidEmitDefaultAnnotation=@"Invalid EmilDefault annotation for '{0}' in type '{1}' in '{2}' namespace.";
publicconststringInvalidEnumBaseType=@"Invalid enum base type is specified for type '{0}' in '{1}' namespace, element name is '{2}' in '{3}' namespace.";
publicconststringInvalidISerializableDerivation=@"Invalid ISerializable derivation from '{0}' in '{1}' namespace.";
publicconststringInvalidKeyValueType=@"'{0}' is an invalid key value type.";
publicconststringInvalidKeyValueTypeNamespace=@"'{0}' in '{1}' namespace is an invalid key value type.";
publicconststringInvalidReturnSchemaOnGetSchemaMethod=@"On type '{0}', the return value from GetSchema method was invalid.";
publicconststringInvalidStateInExtensionDataReader=@"Invalid state in extension data reader.";
publicconststringInvalidXmlDeserializingExtensionData=@"Invalid XML while deserializing extension data.";
publicconststringIsAnyNotSupportedByNetDataContractSerializer=@"For type '{0}', IsAny is not supported by NetDataContractSerializer.";
publicconststringIsDictionaryFormattedIncorrectly=@"IsDictionary formatted value '{0}' is incorrect: {1}";
publicconststringISerializableAssemblyNameSetToZero=@"ISerializable AssemblyName is set to ""0"" for type '{0}'.";
publicconststringISerializableCannotHaveDataContract=@"ISerializable type '{0}' cannot have DataContract.";
publicconststringISerializableContainsMoreThanOneItems=@"ISerializable cannot contain more than one item.";
publicconststringISerializableDerivedContainsOneOrMoreItems=@"Type derived from ISerializable cannot contain more than one item.";
publicconststringISerializableDoesNotContainAny=@"ISerializable does not contain any element.";
publicconststringISerializableMustRefFactoryTypeAttribute=@"ISerializable must have ref attribute that points to its factory type.";
publicconststringISerializableTypeCannotBeImported=@"ISerializable type '{0}' in '{1}' namespace cannot be imported: {2}";
publicconststringISerializableWildcardMaxOccursMustBe=@"ISerializable wildcard maxOccurs must be '{0}'.";
publicconststringISerializableWildcardMinOccursMustBe=@"ISerializable wildcard maxOccurs must be '{0}'.";
publicconststringISerializableWildcardNamespaceInvalid=@"ISerializable wildcard namespace is invalid: '{0}'.";
publicconststringISerializableWildcardProcessContentsInvalid=@"ISerializable wildcard processContents is invalid: '{0}'.";
publicconststringIsReferenceGetOnlyCollectionsNotSupported=@"On type '{1}', attribute '{0}' points to get-only collection, which is not supported.";
publicconststringIsValueTypeFormattedIncorrectly=@"IsValueType is formatted incorrectly as '{0}': {1}";
publicconststringJsonAttributeAlreadyWritten=@"JSON attribute '{0}' is already written.";
publicconststringJsonAttributeMustHaveElement=@"JSON attribute must have an owner element.";
publicconststringJsonCannotWriteStandaloneTextAfterQuotedText=@"JSON writer cannot write standalone text after quoted text.";
publicconststringJsonCannotWriteTextAfterNonTextAttribute=@"JSON writer cannot write text after non-text attribute. Data type is '{0}'.";
publicconststringJsonDateTimeOutOfRange=@"JSON DateTime is out of range.";
publicconststringJsonDuplicateMemberInInput=@"Duplicate member '{0}' is found in JSON input.";
publicconststringJsonDuplicateMemberNames=@"Duplicate member, including '{1}', is found in JSON input, in type '{0}'.";
publicconststringJsonEncodingNotSupported=@"JSON Encoding is not supported.";
publicconststringJsonEncounteredUnexpectedCharacter=@"Encountered an unexpected character '{0}' in JSON.";
publicconststringJsonEndElementNoOpenNodes=@"Encountered an end element while there was no open element in JSON writer.";
publicconststringJsonInvalidBytes=@"Invalid bytes in JSON.";
publicconststringJsonInvalidDataTypeSpecifiedForServerType=@"The specified data type is invalid for server type. Type: '{0}', specified data type: '{1}', server type: '{2}', object '{3}'.";// I wonder if this makes sense...
publicconststringJsonInvalidDateTimeString=@"Invalid JSON dateTime string is specified: original value '{0}', start guide writer: {1}, end guard writer: {2}.";
publicconststringJsonInvalidFFFE=@"FFFE in JSON is invalid.";
publicconststringJsonInvalidItemNameForArrayElement=@"Invalid JSON item name '{0}' for array element (item element is '{1}' in JSON).";
publicconststringJsonInvalidLocalNameEmpty=@"Empty string is invalid as a local name.";
publicconststringJsonInvalidMethodBetweenStartEndAttribute=@"Invalid method call state between start and end attribute.";
publicconststringJsonInvalidRootElementName=@"Invalid root element name '{0}' (root element is '{1}' in JSON).";
publicconststringJsonInvalidStartElementCall=@"Invalid call to JSON WriteStartElement method.";
publicconststringJsonInvalidWriteState=@"Invalid write state {1} for '{0}' method.";
publicconststringJsonMethodNotSupported=@"Method {0} is not supported in JSON.";
publicconststringJsonMultipleRootElementsNotAllowedOnWriter=@"Multiple root element is not allowed on JSON writer.";
publicconststringJsonMustSpecifyDataType=@"On JSON writer data type '{0}' must be specified. Object string is '{1}', server type string is '{2}'.";
publicconststringJsonMustUseWriteStringForWritingAttributeValues=@"On JSON writer WriteString must be used for writing attribute values.";
publicconststringJsonNamespaceMustBeEmpty=@"JSON namespace is specified as '{0}' but it must be empty.";
publicconststringJsonNestedArraysNotSupported=@"Nested array is not supported in JSON: '{0}'";
publicconststringJsonNodeTypeArrayOrObjectNotSpecified=@"Either Object or Array of JSON node type must be specified.";
publicconststringJsonNoMatchingStartAttribute=@"WriteEndAttribute was called while there is no open attribute.";
publicconststringJsonOneRequiredMemberNotFound=@"Required member {1} in type '{0}' is not found.";
publicconststringJsonOnlyWhitespace=@"Only whitespace characters are allowed for {1} method. The specified value is '{0}'";
publicconststringJsonOpenAttributeMustBeClosedFirst=@"JSON attribute must be closed first before calling {0} method.";
publicconststringJsonPrefixMustBeNullOrEmpty=@"JSON prefix must be null or empty. '{0}' is specified instead.";
publicconststringJsonRequiredMembersNotFound=@"Required members {0} in type '{1}' are not found.";
publicconststringJsonServerTypeSpecifiedForInvalidDataType=@"Server type is specified for invalid data type in JSON. Server type: '{0}', type: '{1}', dataType: '{2}', object: '{3}'.";
publicconststringJsonSizeExceedsRemainingBufferSpace=@"JSON size exceeded remaining buffer space, by {0} byte(s).";
publicconststringJsonTypeNotSupportedByDataContractJsonSerializer=@"Type '{0}' is not suppotred by DataContractJsonSerializer.";
publicconststringJsonUnexpectedAttributeLocalName=@"Unexpected attribute local name '{0}'.";
publicconststringJsonUnexpectedAttributeValue=@"Unexpected attribute value '{0}'.";
publicconststringJsonUnexpectedEndOfFile=@"Unexpected end of file in JSON.";
publicconststringJsonUnsupportedForIsReference=@"Unsupported value for IsReference for type '{0}', IsReference value is {1}.";
publicconststringJsonWriteArrayNotSupported=@"JSON WriteArray is not supported.";
publicconststringJsonWriterClosed=@"JSON writer is already closed.";
publicconststringJsonXmlInvalidDeclaration=@"Attempt to write invalid XML declration.";
publicconststringJsonXmlProcessingInstructionNotSupported=@"processing instruction is not supported in JSON writer.";
publicconststringKeyTypeCannotBeParsedInSimpleDictionary=@"Key type '{1}' for collection type '{0}' cannot be parsed in simple dictionary.";
publicconststringKnownTypeConfigGenericParamMismatch=@"Generic parameter count do not match between known type and configuration. Type is '{0}', known type has {1} parameters, configuration has {2} parameters.";
publicconststringKnownTypeConfigIndexOutOfBounds=@"For known type configuration, index is out of bound. Root type: '{0}' has {1} type arguments, and index was {2}.";
publicconststringKnownTypeConfigIndexOutOfBoundsZero=@"For known type configuration, index is out of bound. Root type: '{0}' has {1} type arguments, and index was {2}.";
publicconststringKnownTypeConfigObject=@"Known type configuration specifies System.Object.";
publicconststringMaxMimePartsExceeded=@"MIME parts number exceeded the maximum settings. Must be less than {0}. Specified as '{1}'.";
publicconststringMimeContentTypeHeaderInvalid=@"MIME content type header is invalid.";
publicconststringMimeHeaderInvalidCharacter=@"MIME header has an invalid character ('{0}', {1} in hexadecimal value).";
publicconststringMimeMessageGetContentStreamCalledAlready=@"On MimeMessage, GetContentStream method is already called.";
publicconststringMimeReaderResetCalledBeforeEOF=@"On MimeReader, Reset method is called before EOF.";
publicconststringMimeReaderTruncated=@"MIME parts are truncated.";
publicconststringMimeVersionHeaderInvalid=@"MIME version header is invalid.";
publicconststringMimeWriterInvalidStateForClose=@"MIME writer is at invalid state for closing.";
publicconststringMimeWriterInvalidStateForContent=@"MIME writer is at invalid state for content.";
publicconststringMimeWriterInvalidStateForHeader=@"MIME writer is at invalid state for header.";
publicconststringMimeWriterInvalidStateForStartPart=@"MIME writer is at invalid state for starting a part.";
publicconststringMimeWriterInvalidStateForStartPreface=@"MIME writer is at invalid state for starting preface.";
publicconststringMissingSchemaType=@"Schema type '{0}' is missing and required for '{1}' type.";
publicconststringMixedContentNotSupported=@"Mixed content is not supported.";
publicconststringMtomBoundaryInvalid=@"MIME boundary is invalid: '{0}'.";
publicconststringMtomBufferQuotaExceeded=@"MTOM buffer quota exceeded. The maximum size is {0}.";
publicconststringMtomContentTransferEncodingNotPresent=@"MTOM content transfer encoding is not present. ContentTransferEncoding header is '{0}'.";
publicconststringMtomContentTransferEncodingNotSupported=@"MTOM content transfer encoding value is not supported. Raw value is '{0}', '{1}' in 7bit encoding, '{2}' in 8bit encoding, and '{3}' in binary.";
publicconststringMtomContentTypeInvalid=@"MTOM content type is invalid.";
publicconststringMtomDataMustNotContainXopInclude=@"MTOM data must not contain xop:Include element. '{0}' element in '{1}' namespace.";
publicconststringMtomExceededMaxSizeInBytes=@"MTOM exceeded max size in bytes. The maximum size is {0}.";
publicconststringMtomMessageNotApplicationXopXml=@"MTOM msssage type is not '{0}'.";
publicconststringMtomMessageNotMultipart=@"MTOM message is not multipart: media type should be '{0}', media subtype should be '{1}'.";
publicconststringMtomMessageRequiredParamNotSpecified=@"Required MTOM parameter '{0}' is not specified.";
publicconststringMtomMimePartReferencedMoreThanOnce=@"Specified MIME part '{0}' is referenced more than once.";
publicconststringMtomPartNotFound=@"MTOM part with URI '{0}' is not found.";
publicconststringMtomRootContentTypeNotFound=@"MTOM root content type is not found.";
publicconststringMtomRootNotApplicationXopXml=@"MTOM root should have media type '{0}' and subtype '{1}'.";
publicconststringMtomRootPartNotFound=@"MTOM root part is not found.";
publicconststringMtomRootRequiredParamNotSpecified=@"Required MTOM root parameter '{0}' is not specified.";
publicconststringMtomRootUnexpectedCharset=@"Unexpected charset on MTOM root. Expected '{1}', got '{0}' instead.";
publicconststringMtomRootUnexpectedType=@"Unexpected type on MTOM root. Expected '{1}', got '{0}' instead.";
publicconststringMtomXopIncludeHrefNotSpecified=@"xop Include element did not specify '{0}' attribute.";
publicconststringMtomXopIncludeInvalidXopAttributes=@"xop Include element has invalid attribute: '{0}' in '{1}' namespace.";
publicconststringMtomXopIncludeInvalidXopElement=@"xop Include element has invalid element: '{0}' in '{1}' namespace.";
publicconststringMustContainOnlyLocalElements=@"Only local elements can be imported.";
publicconststringNoAsyncWritePending=@"No async write operation is pending.";
publicconststringNonOptionalFieldMemberOnIsReferenceSerializableType=@"For type '{0}', non-optional field member '{1}' is on the Serializable type that has IsReference as {2}.";
publicconststringOnlyDataContractTypesCanHaveExtensionData=@"On '{0}' type, only DataContract types can have extension data.";
publicconststringPartialTrustISerializableNoPublicConstructor=@"Partial trust access required for the constructor on the ISerializable type '{0}'";
publicconststringQueryGeneratorPathToMemberNotFound=@"The path to member was not found for XPath query generator.";
publicconststringReadNotSupportedOnStream=@"Read operation is not supported on the Stream.";
publicconststringReadOnlyClassDeserialization=@"Error on deserializing read-only members in the class: {0}";
publicconststringReadOnlyCollectionDeserialization=@"Error on deserializing read-only collection: {0}";
publicconststringRedefineNotSupported=@"XML Schema 'redefine' is not supported.";
publicconststringReferencedBaseTypeDoesNotExist=@"Referenced base type does not exist. Data contract name: '{0}' in '{1}' namespace, expected type: '{2}' in '{3}' namespace. Collection can be '{4}' or '{5}'.";// is it the expected message? I'm quite unsure.
publicconststringRequiresClassDataContractToSetIsISerializable=@"To set IsISerializable, class data cotnract is required.";
publicconststringRootParticleMustBeSequence=@"Root particle must be sequence to be imported.";
publicconststringRootSequenceMaxOccursMustBe=@"On root sequence, maxOccurs must be 1.";
publicconststringRootSequenceMustBeRequired=@"Root sequence must have an item and minOccurs must be 1.";
publicconststringSeekNotSupportedOnStream=@"Seek operation is not supported on this Stream.";
publicconststringSerializationInfo_ConstructorNotFound=@"Constructor that takes SerializationInfo and StreamingContext is not found for '{0}'.";
publicconststringSimpleContentNotSupported=@"Simple content is not supported.";
publicconststringSimpleTypeRestrictionDoesNotSpecifyBase=@"This simpleType restriction does not specify the base type.";
publicconststringSimpleTypeUnionNotSupported=@"simpleType union is not supported.";
publicconststringSpecifiedTypeNotFoundInSchema=@"Specified type '{0}' in '{1}' namespace is not found in the schemas.";
publicconststringSubstitutionGroupOnElementNotSupported=@"substitutionGroups on elements are not supported.";
publicconststringSurrogatesWithGetOnlyCollectionsNotSupported=@"Surrogates with get-only collections are not supported. Type '{1}' contains '{2}' which is of '{0}' type.";
publicconststringSurrogatesWithGetOnlyCollectionsNotSupportedSerDeser=@"Surrogates with get-only collections are not supported. Found on type '{0}'.";
publicconststringTopLevelElementRepresentsDifferentType=@"Top-level element represents a different type. Expected '{0}' type in '{1}' namespace.";
publicconststringPlatformNotSupported_SchemaImporter="The implementation of the function requires System.Runtime.Serialization.SchemaImporter which is not supported on this platform.";
publicconststringPlatformNotSupported_IDataContractSurrogate="The implementation of the function requires System.Runtime.Serialization.IDataContractSurrogate which is not supported on this platform.";