[sre] Wrap mono_image_create_token with HANDLE_FUNCTION_{ENTER,RETURN}
[mono-project.git] / mcs / class / referencesource / System.ServiceModel.Web / system.ServiceModel.Web.txt
blob2d287ed0f1fc37a147043197ae7044923b213362
1 #if INCLUDE_RUNTIME
2 #endif // INCLUDE_RUNTIME
4 #if INCLUDE_DEBUG
5 ;ObjectSerializer_RecursionLimitReached=JSON recursion depth limit of {0} exceeded.
6 ObjectSerializer_DictionaryNotSupported=An internal error has occurred. JSON dictionary type {0} not supported.
7 ObjectDeserializer_BadEscape=Invalid escape code encountered in a JSON string.
8 ObjectDeserializer_IllegalPrimitive='{0}' is not a valid JSON primitive. This error can also occur when extraneous data is present after the JSON data.
9 ObjectDeserializer_InvalidArrayExtraComma=JSON array ended with a trailing comma.
10 ObjectDeserializer_InvalidMemberName=Invalid member name encountered in a JSON object.
11 ;ObjectDeserializer_DepthLimitExceeded=Recursion depth limit exceeded.
12 ObjectDeserializer_StringNotQuoted=An internal error has occurred. JSON string not properly quoted.
13 ObjectDeserializer_UnexpectedToken=Unexpected character encountered in JSON. Expected '{1}', got '{0}'.
14 ObjectDeserializer_UnterminatedString=Unterminated JSON string encountered. JSON strings must start with a single or double quote character and end with the same character.
15 XmlObjectAssignedToIncompatibleInterface='{0}' is an XML type and cannot be serialized when assigned to an interface type that does not implement IXmlSerializable ('{1}'.)
16 CollectionAssignedToIncompatibleInterface='{0}' is a collection type and cannot be serialized when assigned to an interface type that does not implement IEnumerable ('{1}'.)
17 JsonInvalidBytes=Invalid byte encoding.
18 JsonDuplicateMemberInInput=The dictionary cannot be deserialized because the member '{0}' was found more than once in the input.
19 JsonDuplicateMemberNames=The data contract type '{0}' is not serializable with DataContractJsonSerializer because the data member '{1}' is duplicated in its type hierarchy.
20 JsonUnsupportedForIsReference=The type '{0}' cannot be serialized to JSON because its IsReference setting is '{1}'. The JSON format does not support references because there is no standardized format for representing references. To enable serialization, disable the IsReference setting on the type or an appropriate parent class of the type.
21 DcTypeNotFoundOnDeserialize=JSON contains a '__type' member specifying the data contract name '{0}:{1}'. The deserializer has no knowledge of any type that maps to this contract. Add the type corresponding to '{1}' to the list of known types - for example, by using the KnownTypeAttribute attribute or by adding it to the list of known types passed to DataContractSerializer. You can also often eliminate this error by avoiding the use of derived types where the JSON is produced.
22 JsonCircularReferenceDetected=A circular reference has been detected when serializing an object of type {0} to JSON. Circular references are not supported in the JSON format.
23 PartialTrustNonAttributedSerializableTypeNoPublicConstructor=The type '{0}' cannot be deserialized because it does not have a public parameterless constructor. Alternatively, you can make it internal, and use the InternalsVisibleToAttribute attribute on your assembly in order to enable serialization of internal members - see documentation for more details. Be aware that doing so has certain security implications.
24 PartialTrustDataContractMemberGetNotPublic=The data contract type '{0}' cannot be serialized because the member '{1}' is not public. Making the member public will fix this error. Alternatively, you can make it internal, and use the InternalsVisibleToAttribute attribute on your assembly in order to enable serialization of internal members - see documentation for more details. Be aware that doing so has certain security implications.
25 PartialTrustDataContractMemberSetNotPublic=The data contract type '{0}' cannot be deserialized because the member '{1}' is not public. Making the member public will fix this error. Alternatively, you can make it internal, and use the InternalsVisibleToAttribute attribute on your assembly in order to enable serialization of internal members - see documentation for more details. Be aware that doing so has certain security implications.
26 UnsupportedIDictionaryAsDataMemberType=Cannot deserialize one of the DataMember because it is an IDictionary. Use IDictionary<K,V> instead.
27 UnknownDataContract=Unknown data contract: '{0}'.
28 #endif // INCLUDE_DEBUG