4 references to UnsupportedException
System.Xml (4)
System\Xml\Serialization\XmlReflectionImporter.cs (4)
380
if (context != ImportContext.Element) throw
UnsupportedException
(model.TypeDesc, context);
388
if (context != ImportContext.Element) throw
UnsupportedException
(model.TypeDesc, context);
412
throw
UnsupportedException
(model.TypeDesc, context);
1010
throw
UnsupportedException
(typeDesc, context);