2 references to JsonRequiredPropertiesMissing
System.Text.Json (2)
System\Text\Json\ThrowHelper.Serialization.cs (2)
318
throw new JsonException(SR.Format(SR.
JsonRequiredPropertiesMissing
, parent.Type, builder.ToString()));
324
throw new JsonException(SR.Format(SR.
JsonRequiredPropertiesMissing
, type, propertyList));