4 references to UnsupportedException
dotnet-svcutil-lib (4)
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlReflectionImporter.cs (4)
427
if (context != ImportContext.Element) throw
UnsupportedException
(model.TypeDesc, context);
435
if (context != ImportContext.Element) throw
UnsupportedException
(model.TypeDesc, context);
464
throw
UnsupportedException
(model.TypeDesc, context);
1154
throw
UnsupportedException
(typeDesc, context);