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

◆ JsonReaderException() [5/5]

Newtonsoft.Json.JsonReaderException.JsonReaderException ( string message,
Exception innerException,
string path,
int lineNumber,
int linePosition )
inlinepackage

Definition at line 88 of file JsonReaderException.cs.

89 : base(message, innerException)
90 {
91 this.Path = path;
92 this.LineNumber = lineNumber;
93 }
class f__AnonymousType0<< Count > j__TPar

References j__TPar.