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)
43throw new XmlException(SR.Xml_UnsupportedClass);
System\Xml\XmlResolver.FileSystemResolver.cs (2)
37throw new XmlException(SR.Xml_UnsupportedClass, string.Empty); 50throw 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);