7 references to Xml_UnsupportedClass
System.Private.Xml (7)
System\Xml\Resolvers\XmlPreloadedResolver.cs (2)
33throw new XmlException(SR.Xml_UnsupportedClass); 250throw new XmlException(SR.Xml_UnsupportedClass);
System\Xml\Resolvers\XmlPreloadedResolverAsync.cs (1)
40throw new XmlException(SR.Xml_UnsupportedClass);
System\Xml\XmlResolver.FileSystemResolver.cs (2)
39throw new XmlException(SR.Xml_UnsupportedClass, string.Empty); 52throw new XmlException(SR.Xml_UnsupportedClass, string.Empty);
System\Xml\XmlUrlResolver.cs (2)
46throw new XmlException(SR.Xml_UnsupportedClass, string.Empty); 57throw new XmlException(SR.Xml_UnsupportedClass, string.Empty);