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