FrameworkFork\Microsoft.Xml\Xml\Core\XmlTextReaderImpl.cs (5)
2733Throw(res, args);
4761Throw(ResXml.Xml_TagMismatchEx, args);
6358Throw(ResXml.Xml_BadNameChar, XmlException.BuildCharExceptionArgs(_ps.chars, _ps.charsUsed, _ps.charPos));
8900Throw(ResXml.Xml_UnexpectedTokens2, new string[3] { unexpectedToken, expectedToken1, expectedToken2 });
8904Throw(ResXml.Xml_UnexpectedTokenEx, new string[2] { unexpectedToken, expectedToken1 });