2 references to XmlInvalidXsdDataType
System.Private.Xml (2)
System\Xml\Serialization\SoapReflectionImporter.cs (1)
174
throw new InvalidOperationException(SR.Format(SR.
XmlInvalidXsdDataType
, dataType, "SoapElementAttribute.DataType", new XmlQualifiedName(dataType, XmlSchema.Namespace).ToString()));
System\Xml\Serialization\XmlReflectionImporter.cs (1)
412
throw new InvalidOperationException(SR.Format(SR.
XmlInvalidXsdDataType
, dataType, "XmlElementAttribute.DataType", new XmlQualifiedName(dataType, XmlSchema.Namespace).ToString()));