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

◆ ThrowArgumentException() [3/5]

static void System.Text.Json.ThrowHelper.ThrowArgumentException ( ReadOnlySpan< char > propertyName,
ReadOnlySpan< byte > value )
inlinestatic

Definition at line 98 of file ThrowHelper.cs.

99 {
100 if (propertyName.Length > 166666666)
101 {
103 }
104 else
105 {
107 }
108 }
static string ValueTooLarge
Definition SR.cs:134
static string Format(string resourceFormat, object p1)
Definition SR.cs:118
static string PropertyNameTooLarge
Definition SR.cs:102
Definition SR.cs:7
static void ThrowArgumentException(string message)

References System.Text.Json.Dictionary, System.SR.Format(), System.SR.PropertyNameTooLarge, System.Text.Json.ThrowHelper.ThrowArgumentException(), System.value, and System.SR.ValueTooLarge.