diff --git a/Properties/AssemblyInfo.cs b/Properties/AssemblyInfo.cs index 8a42f45..3b8d76f 100644 --- a/Properties/AssemblyInfo.cs +++ b/Properties/AssemblyInfo.cs @@ -39,5 +39,5 @@ using System.Runtime.InteropServices; // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.0.17.41")] -[assembly: AssemblyFileVersion("1.0.17.41")] +[assembly: AssemblyVersion("1.0.17.42")] +[assembly: AssemblyFileVersion("1.0.17.42")] diff --git a/Utilities/FolderOptions.cs b/Utilities/FolderOptions.cs index ea21983..eccf524 100644 --- a/Utilities/FolderOptions.cs +++ b/Utilities/FolderOptions.cs @@ -77,7 +77,8 @@ namespace SystemTrayMenu.Utilities catch (Exception ex) { if (ex is UnauthorizedAccessException || - ex is IOException) + ex is IOException || + ex is ArgumentException) { Log.Warn($"path:'{path}'", ex); }