4 references to InvalidJsonPatchDocument
Microsoft.AspNetCore.JsonPatch.SystemTextJson (4)
Converters\JsonConverterForJsonPatchDocumentOfT.cs (2)
27throw new JsonException(Resources.InvalidJsonPatchDocument); 49throw new JsonException(Resources.InvalidJsonPatchDocument, ex);
Converters\JsonPatchDocumentConverter.cs (2)
26throw new JsonException(Resources.InvalidJsonPatchDocument); 49throw new JsonException(Resources.InvalidJsonPatchDocument, ex);