1 implementation of Throw
System.Xml (1)
System\Xml\Core\XmlTextReaderImplHelpers.cs (1)
280
void IDtdParserAdapter.
Throw
( Exception e ) {
3 references to Throw
System.Xml (3)
System\Xml\Schema\DtdParser.cs (3)
3274
readerAdapter.
Throw
( new XmlException( res, arg, (int)LineNo, (int)LinePos, baseUri == null ? null : baseUri.ToString() ) );
3279
readerAdapter.
Throw
( new XmlException( res, args, (int)LineNo, (int)LinePos, baseUri == null ? null : baseUri.ToString() ) );
3284
readerAdapter.
Throw
( new XmlException( res, arg, (int)lineNo, (int)linePos, baseUri == null ? null : baseUri.ToString() ) );