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