3 references to JsonUnexpectedAttributeValue
System.Private.DataContractSerialization (3)
System\Runtime\Serialization\Json\JsonObjectDataContract.cs (1)
52throw XmlObjectSerializer.CreateSerializationException(SR.Format(SR.JsonUnexpectedAttributeValue, contentMode));
System\Runtime\Serialization\Json\XmlJsonWriter.cs (1)
477throw new XmlException(SR.Format(SR.JsonUnexpectedAttributeValue, _attributeText));
System\Runtime\Serialization\Json\XmlObjectSerializerReadContextComplexJson.cs (1)
112throw XmlObjectSerializer.CreateSerializationException(SR.Format(SR.JsonUnexpectedAttributeValue, _extensionDataValueType));