4 references to JsonException
Aspire.Cli.Tests (2)
Commands\ExtensionInternalCommandTests.cs (2)
88throw new JsonException($"Failed to deserialize JSON: {allOutput}", ex); 130throw new JsonException($"Failed to deserialize JSON: {allOutput}", ex);
System.Text.Json (2)
System\Text\Json\ThrowHelper.Serialization.cs (2)
520JsonException jsonException = new JsonException(null, ex); 560JsonException jsonException = new JsonException(null, ex);