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

◆ ThrowNotSupportedException_BuiltInConvertersNotRooted()

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

Definition at line 1224 of file ThrowHelper.cs.

1225 {
1226 throw new NotSupportedException(System.SR.Format(System.SR.BuiltInConvertersNotRooted, type));
1227 }
static string Format(string resourceFormat, object p1)
Definition SR.cs:118
static string BuiltInConvertersNotRooted
Definition SR.cs:310
Definition SR.cs:7

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

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