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