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

◆ OnError()

void Newtonsoft.Json.JsonSerializer.OnError ( ErrorEventArgs e)
inlinepackageinherited

Definition at line 896 of file JsonSerializer.cs.

897 {
898 if (this.Error != null)
899 {
900 return;
901 }
902 }