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

SetErrorState() private method

private SetErrorState ( ) : void
return void
        private void SetErrorState()
        {
            _parsingFunction = ParsingFunction.Error;
            _readState = ReadState.Error;
        }
XmlTextReaderImpl