System.Xml.XmlTextReaderImpl.ThrowWithoutLineInfo C# (CSharp) Method

ThrowWithoutLineInfo() private method

private ThrowWithoutLineInfo ( string res ) : void
res string
return 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