6 references to JsonException
Aspire.Cli.Tests (2)
Commands\ExtensionInternalCommandTests.cs (2)
90
throw new
JsonException
($"Failed to deserialize JSON: {allOutput}", ex);
133
throw new
JsonException
($"Failed to deserialize JSON: {allOutput}", ex);
Microsoft.AspNetCore.JsonPatch.SystemTextJson (2)
Converters\JsonConverterForJsonPatchDocumentOfT.cs (1)
49
throw new
JsonException
(Resources.InvalidJsonPatchDocument, ex);
Converters\JsonPatchDocumentConverter.cs (1)
49
throw new
JsonException
(Resources.InvalidJsonPatchDocument, ex);
System.Text.Json (2)
System\Text\Json\ThrowHelper.Serialization.cs (2)
498
JsonException jsonException = new
JsonException
(null, ex);
536
JsonException jsonException = new
JsonException
(null, ex);