1 implementation of Throw
System.Private.Xml (1)
System\Xml\Core\XmlTextReaderImplHelpers.cs (1)
289
void IDtdParserAdapter.
Throw
(Exception e)
3 references to Throw
System.Private.Xml (3)
System\Xml\Schema\DtdParser.cs (3)
3461
_readerAdapter.
Throw
(new XmlException(res, arg, (int)LineNo, (int)LinePos, baseUri?.ToString()));
3469
_readerAdapter.
Throw
(new XmlException(res, args, (int)LineNo, (int)LinePos, baseUri?.ToString()));
3476
_readerAdapter.
Throw
(new XmlException(res, arg, (int)lineNo, (int)linePos, baseUri?.ToString()));