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

◆ Throw() [8/11]

void System.Xml.XmlTextReaderImpl.Throw ( string res,
string arg,
Exception innerException )
inlineprivate

Definition at line 2976 of file XmlTextReaderImpl.cs.

2977 {
2978 Throw(res, new string[1] { arg }, innerException);
2979 }
void Throw(int pos, string res, string arg)

References System.Xml.Dictionary, and System.Xml.XmlTextReaderImpl.Throw().