System.Xml.DtdParser.Throw C# (CSharp) Méthode

Throw() private méthode

private Throw ( int curPos, string res ) : void
curPos int
res string
Résultat void
        private void Throw(int curPos, string res)
        {
            Throw(curPos, res, string.Empty);
        }

Same methods

DtdParser::Throw ( int curPos, string res, string arg ) : void
DtdParser::Throw ( string res, string arg, int lineNo, int linePos ) : void