5 references to ValueTooLarge
System.Text.Json (5)
System\Text\Json\ThrowHelper.cs (5)
118
throw GetArgumentException(SR.Format(SR.
ValueTooLarge
, tokenLength));
149
ThrowArgumentException(SR.Format(SR.
ValueTooLarge
, value.Length));
163
ThrowArgumentException(SR.Format(SR.
ValueTooLarge
, value.Length));
177
ThrowArgumentException(SR.Format(SR.
ValueTooLarge
, value.Length));
191
ThrowArgumentException(SR.Format(SR.
ValueTooLarge
, value.Length));