We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7936c32 commit 9735fe9Copy full SHA for 9735fe9
1 file changed
src/Main/SharpDevelop/Project/Solution.cs
@@ -325,6 +325,7 @@ public void SavePreferences()
325
sdSettings.Save(sdSettingsFileName);
326
}
327
} catch (IOException) {
328
+ } catch (UnauthorizedAccessException) {
329
// ignore errors writing to extra properties
330
331
0 commit comments