4 references to JsonException
Microsoft.AspNetCore.JsonPatch.SystemTextJson (2)
Converters\JsonConverterForJsonPatchDocumentOfT.cs (1)
49throw new JsonException(Resources.InvalidJsonPatchDocument, ex);
Converters\JsonPatchDocumentConverter.cs (1)
49throw new JsonException(Resources.InvalidJsonPatchDocument, ex);
System.Text.Json (2)
System\Text\Json\ThrowHelper.Serialization.cs (2)
458JsonException jsonException = new JsonException(null, ex); 496JsonException jsonException = new JsonException(null, ex);