2 references to XmlUnsupportedDefaultType
System.Private.Xml (2)
System\Xml\Serialization\Xmlcustomformatter.cs (1)
75
throw new XmlException(SR.Format(SR.
XmlUnsupportedDefaultType
, type.FullName));
System\Xml\Serialization\XmlSerializationWriter.cs (1)
4377
throw new InvalidOperationException(SR.Format(SR.
XmlUnsupportedDefaultType
, type.FullName));