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

◆ ThrowArgumentException() [4/5]

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

Definition at line 111 of file ThrowHelper.cs.

112 {
113 if (propertyName.Length > 166666666)
114 {
116 }
117 else
118 {
120 }
121 }
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.