6 references to XmlInvalidConversion
System.Private.DataContractSerialization (6)
System\Runtime\Serialization\Json\ByteArrayHelperWithString.cs (1)
47throw new XmlException(SR.Format(SR.XmlInvalidConversion, value, type));
System\Runtime\Serialization\Json\JsonObjectDataContract.cs (1)
70throw new XmlException(SR.Format(SR.XmlInvalidConversion, value, Globals.TypeOfInt));
System\Runtime\Serialization\Json\JsonReaderDelegator.cs (2)
266throw new XmlException(XmlObjectSerializer.TryAddLineInfo(this, SR.Format(SR.XmlInvalidConversion, value, "UInt64"))); 299throw new XmlException(XmlObjectSerializer.TryAddLineInfo(this, SR.Format(SR.XmlInvalidConversion, value, "UInt64")));
System\Runtime\Serialization\XmlReaderDelegator.cs (1)
338throw new XmlException(XmlObjectSerializer.TryAddLineInfo(this, SR.Format(SR.XmlInvalidConversion, value, type)));
System\Xml\XmlExceptionHelper.cs (1)
311return new XmlException(SR.Format(SR.XmlInvalidConversion, value, type), exception);