[fxcop] Settings UI library (part 3) - exception handling (#7385)

* Log general exceptions caught in Settings

* Rethrow argument-related exceptions in debug mode

* Log ColorPicker settings errors into Settings Logs
This commit is contained in:
Luthfi Mawarid
2020-10-21 12:32:53 -07:00
committed by GitHub
parent 29ed39c7ae
commit 86d77103e9
9 changed files with 142 additions and 19 deletions

View File

@@ -6,7 +6,6 @@ using System;
using System.ComponentModel.Composition;
using System.IO;
using System.Threading;
using ColorPicker.Helpers;
using Microsoft.PowerToys.Settings.UI.Lib;
using Microsoft.PowerToys.Settings.UI.Lib.Utilities;