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

◆ ThrowArgumentException_DeserializeWrongType()

static void System.Text.Json.ThrowHelper.ThrowArgumentException_DeserializeWrongType ( Type type,
object value )
inlinestatic

Definition at line 663 of file ThrowHelper.cs.

664 {
666 }
static string Format(string resourceFormat, object p1)
Definition SR.cs:118
static string DeserializeWrongType
Definition SR.cs:132
Definition SR.cs:7

References System.SR.DeserializeWrongType, System.SR.Format(), System.type, and System.value.

Referenced by System.Text.Json.JsonSerializer.GetRuntimeTypeAndValidateInputType().