11 references to Xml_InternalError
System.Private.Xml (11)
System\Xml\Core\XmlTextReaderImpl.cs (4)
1518throw new XmlException(SR.Xml_InternalError, string.Empty); 1544throw new XmlException(SR.Xml_InternalError, string.Empty); 5334Throw(SR.Xml_InternalError); 6123Throw(SR.Xml_InternalError);
System\Xml\Core\XmlTextReaderImplAsync.cs (2)
2850Throw(SR.Xml_InternalError); 3455throw new XmlException(SR.Xml_InternalError);
System\Xml\Dom\XmlLoader.cs (1)
616throw new XmlException(SR.Xml_InternalError, string.Empty);
System\Xml\Schema\BaseValidator.cs (1)
141throw new XmlException(SR.Xml_InternalError, string.Empty);
System\Xml\Schema\DtdParser.cs (1)
3448Throw(_curPos, SR.Xml_InternalError);
System\Xml\Xsl\Xslt\XPathPatternBuilder.cs (2)
325throw new XmlException(SR.Xml_InternalError); 330throw new XmlException(SR.Xml_InternalError);