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

◆ ThrowNotSupportedException_ConstructorMaxOf64Parameters()

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

Definition at line 684 of file ThrowHelper.cs.

685 {
686 throw new NotSupportedException(System.SR.Format(System.SR.ConstructorMaxOf64Parameters, type));
687 }
static string ConstructorMaxOf64Parameters
Definition SR.cs:242
static string Format(string resourceFormat, object p1)
Definition SR.cs:118
Definition SR.cs:7

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

Referenced by System.Text.Json.Serialization.Converters.LargeObjectWithParameterizedConstructorConverter< T >.CreateObject().