terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ ThrowUnexpectedToken() [4/4]

void System.Xml.XmlTextReaderImpl.ThrowUnexpectedToken ( string expectedToken1,
string expectedToken2 )
inlineprivate

Definition at line 3276 of file XmlTextReaderImpl.cs.

3277 {
3278 if (this.ParseUnexpectedToken() == null)
3279 {
3280 this.Throw("Unexpected end of file has occurred.");
3281 }
3282 if (expectedToken2 == null)
3283 {
3284 throw new ArrayTypeMismatchException();
3285 }
3286 throw new ArrayTypeMismatchException();
3287 }
void Throw(int pos, string res, string arg)

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