Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ ThrowJsonException_SerializerCycleDetected()

static void System.Text.Json.ThrowHelper.ThrowJsonException_SerializerCycleDetected ( int maxDepth)
inlinestatic

Definition at line 742 of file ThrowHelper.cs.

743 {
744 throw new JsonException(System.SR.Format(System.SR.SerializerCycleDetected, maxDepth))
745 {
746 AppendPathInformation = true
747 };
748 }
static string Format(string resourceFormat, object p1)
Definition SR.cs:118
static string SerializerCycleDetected
Definition SR.cs:210
Definition SR.cs:7

References System.Text.Json.Dictionary, System.SR.Format(), and System.SR.SerializerCycleDetected.

Referenced by System.Text.Json.Serialization.JsonConverter< T >.TryWrite(), and System.Text.Json.Serialization.JsonConverter< T >.TryWriteDataExtensionProperty().