2 references to JsonPatchException
Microsoft.AspNetCore.JsonPatch (2)
Internal\ErrorReporter.cs (1)
13
throw new
JsonPatchException
(error);
Operations\OperationOfT.cs (1)
63
throw new
JsonPatchException
(new JsonPatchError(objectToApplyTo, this, Resources.TestOperationNotSupported));