6 instantiations of JsonPatchException
Microsoft.AspNetCore.JsonPatch (6)
Internal\ErrorReporter.cs (1)
13throw new JsonPatchException(error);
Internal\ParsedPath.cs (2)
62throw new JsonPatchException(Resources.FormatInvalidValueForPath(path), null); 75throw new JsonPatchException(Resources.FormatInvalidValueForPath(path), null);
Internal\PathHelpers.cs (1)
19throw new JsonPatchException(Resources.FormatInvalidValueForPath(path), null);
Operations\OperationOfT.cs (2)
63throw new JsonPatchException(new JsonPatchError(objectToApplyTo, this, Resources.TestOperationNotSupported)); 66throw new JsonPatchException(
2 references to JsonPatchException
Microsoft.AspNetCore.JsonPatch (2)
JsonPatchDocument.cs (1)
172catch (JsonPatchException jsonPatchException)
JsonPatchDocumentOfT.cs (1)
608catch (JsonPatchException jsonPatchException)