2 references to XmlDataTypeMismatch
System.Private.Xml (2)
System\Xml\Serialization\SoapReflectionImporter.cs (1)
178throw new InvalidOperationException(SR.Format(SR.XmlDataTypeMismatch, dataType, "SoapElementAttribute.DataType", model.TypeDesc.FullName));
System\Xml\Serialization\XmlReflectionImporter.cs (1)
401throw new InvalidOperationException(SR.Format(SR.XmlDataTypeMismatch, dataType, "XmlElementAttribute.DataType", modelTypeDesc.FullName));