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

ThrowWithoutLineInfo() private method

private ThrowWithoutLineInfo ( string res, string args, Exception innerException ) : void
res string
args string
innerException Exception
return void
        private void ThrowWithoutLineInfo(string res, string[] args, Exception innerException)
        {
            Throw(new XmlException(res, args, innerException, 0, 0, _ps.baseUriStr));
        }

Same methods

XmlTextReaderImpl::ThrowWithoutLineInfo ( string res ) : void
XmlTextReaderImpl::ThrowWithoutLineInfo ( string res, string arg ) : void
XmlTextReaderImpl