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