Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ VerifyNCName()

void System.Xml.XmlUTF8TextReader.VerifyNCName ( string s)
inlineprivate

Definition at line 211 of file XmlUTF8TextReader.cs.

212 {
213 try
214 {
215 XmlConvert.VerifyNCName(s);
216 }
217 catch (XmlException exception)
218 {
219 XmlExceptionHelper.ThrowXmlException(this, exception);
220 }
221 }

References System.exception, System.s, System.Xml.XmlExceptionHelper.ThrowXmlException(), and System.Xml.XmlConvert.VerifyNCName().

Referenced by System.Xml.XmlUTF8TextReader.ReadQualifiedName().