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

ThrowWithoutLineInfo() private méthode

private ThrowWithoutLineInfo ( string res ) : void
res string
Résultat void
        private void ThrowWithoutLineInfo(string res)
        {
            Throw(new XmlException(res, string.Empty, _ps.baseUriStr));
        }

Same methods

XmlTextReaderImpl::ThrowWithoutLineInfo ( string res, string arg ) : void
XmlTextReaderImpl::ThrowWithoutLineInfo ( string res, string args, Exception innerException ) : void
XmlTextReaderImpl