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

◆ OnUnexpectedError()

void System.Xml.DtdParser.OnUnexpectedError ( )
inlineprivate

Definition at line 1857 of file DtdParser.cs.

1858 {
1859 int num = this.curPos;
1860 this.Throw(num, "An internal error has occurred.");
1861 }
void Throw(int curPos, string res)

References System.Xml.DtdParser.curPos, and System.Xml.DtdParser.Throw().

Referenced by System.Xml.DtdParser.ParseInDocumentDtd(), and System.Xml.DtdParser.ParseNotationDecl().