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

◆ ThrowNotSupportedException_NoMetadataForType()

static void System.Text.Json.ThrowHelper.ThrowNotSupportedException_NoMetadataForType ( Type type)
inlinestatic

Definition at line 1231 of file ThrowHelper.cs.

1232 {
1233 throw new NotSupportedException(System.SR.Format(System.SR.NoMetadataForType, type));
1234 }
static string NoMetadataForType
Definition SR.cs:312
static string Format(string resourceFormat, object p1)
Definition SR.cs:118
Definition SR.cs:7

References System.SR.Format(), System.SR.NoMetadataForType, and System.type.

Referenced by System.Text.Json.JsonSerializerOptions.GetClassFromContextOrCreate().