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