2 references to XmlDataTypeMismatch
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\Serialization\SoapReflectionImporter.cs (1)
211
throw new InvalidOperationException(string.Format(ResXml.
XmlDataTypeMismatch
, dataType, "SoapElementAttribute.DataType", model.TypeDesc.FullName));
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlReflectionImporter.cs (1)
406
throw new InvalidOperationException(string.Format(ResXml.
XmlDataTypeMismatch
, dataType, "XmlElementAttribute.DataType", modelTypeDesc.FullName));