From a5cc9e694afc29943075443354b67b106c88e9ab Mon Sep 17 00:00:00 2001 From: Chris Cameron Date: Thu, 26 Apr 2018 11:05:49 -0400 Subject: [PATCH] refactor: Tidying --- ICD.Common.Utils/AttributeUtils.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ICD.Common.Utils/AttributeUtils.cs b/ICD.Common.Utils/AttributeUtils.cs index 2cd9943..637b8cc 100644 --- a/ICD.Common.Utils/AttributeUtils.cs +++ b/ICD.Common.Utils/AttributeUtils.cs @@ -1,6 +1,5 @@ using System; using System.Collections.Generic; -using System.IO; using System.Linq; using ICD.Common.Properties; using ICD.Common.Utils.Collections; @@ -85,7 +84,7 @@ namespace ICD.Common.Utils { foreach (Exception inner in e.LoaderExceptions) { - if (inner is FileNotFoundException) + if (inner is System.IO.FileNotFoundException) { Logger.AddEntry(eSeverity.Error, "{0} failed to cache assembly {1} - Could not find one or more dependencies by path",