System.Xml.XmlTextReaderImpl.DtdParserProxy_Throw C# (CSharp) Méthode

DtdParserProxy_Throw() private méthode

private DtdParserProxy_Throw ( Exception e ) : void
e System.Exception
Résultat void
        internal void DtdParserProxy_Throw(Exception e)
        {
            this.Throw(e);
        }

Usage Example

 void IDtdParserAdapter.Throw(Exception e)
 {
     _reader.DtdParserProxy_Throw(e);
 }
XmlTextReaderImpl