3 references to JsonException
aspire (1)
Configuration\AspireConfigFile.cs (1)
132
throw new
JsonException
(
Microsoft.TemplateEngine.Edge (1)
BuiltInManagedProvider\GlobalSettings.cs (1)
99
var wrappedEx = new
JsonException
(string.Format(LocalizableStrings.GlobalSettings_Error_CorruptedSettings, _globalSettingsFile, ex.Message), ex.Path, ex.LineNumber, ex.BytePositionInLine, ex);
System.Text.Json (1)
System\Text\Json\ThrowHelper.Serialization.cs (1)
514
throw new
JsonException
(message, path, ex.LineNumber, ex.BytePositionInLine, ex);