Merge branch v8/dev into v8/feature/5170-IPublishedContent

This commit is contained in:
Stephan
2019-06-06 12:12:49 +02:00
183 changed files with 1639 additions and 2615 deletions

View File

@@ -113,7 +113,7 @@ namespace Umbraco.Core.PropertyEditors
}
catch (Exception e)
{
throw new Exception($"Failed to parse configuration \"{configuration}\" as \"{typeof(TConfiguration).Name}\" (see inner exception).", e);
throw new InvalidOperationException($"Failed to parse configuration \"{configuration}\" as \"{typeof(TConfiguration).Name}\" (see inner exception).", e);
}
}