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

◆ CreateUnsupportedTypeException()

static JsonWriterException Newtonsoft.Json.JsonWriter.CreateUnsupportedTypeException ( JsonWriter writer,
object value )
inlinestaticprivateinherited

Definition at line 869 of file JsonWriter.cs.

870 {
871 if (!true)
872 {
873 }
875 Type type = writer.GetType();
876 string text = "Unsupported type: {0}. Use the JsonSerializer class to get the object's JSON representation.".FormatWith(invariantCulture, type);
877 JsonWriterException ex;
878 return ex;
879 }
class f__AnonymousType0<< Count > j__TPar
static CultureInfo InvariantCulture
new Type GetType()
Definition Type.cs:287

References System.Globalization.CultureInfo.InvariantCulture, j__TPar, and System.text.