3 references to Arg_KeyNotFoundWithKey
System.Text.Json (3)
System\Text\Json\Document\JsonElement.cs (3)
143
throw new KeyNotFoundException(SR.Format(SR.
Arg_KeyNotFoundWithKey
, propertyName));
181
throw new KeyNotFoundException(SR.Format(SR.
Arg_KeyNotFoundWithKey
, propertyName.ToString()));
221
throw new KeyNotFoundException(SR.Format(SR.
Arg_KeyNotFoundWithKey
, Encoding.UTF8.GetString(utf8PropertyName)));