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

◆ ThrowArgumentException() [2/5]

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

Definition at line 85 of file ThrowHelper.cs.

86 {
87 if (propertyName.Length > 166666666)
88 {
90 }
91 else
92 {
94 }
95 }
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.