mirror of
https://github.com/ICDSystems/ICD.Common.Utils.git
synced 2026-04-14 04:58:33 +00:00
refactor: Tidying
This commit is contained in:
parent
08f525eb3e
commit
a5cc9e694a
1 changed files with 1 additions and 2 deletions
|
|
@ -1,6 +1,5 @@
|
||||||
using System;
|
using System;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using System.IO;
|
|
||||||
using System.Linq;
|
using System.Linq;
|
||||||
using ICD.Common.Properties;
|
using ICD.Common.Properties;
|
||||||
using ICD.Common.Utils.Collections;
|
using ICD.Common.Utils.Collections;
|
||||||
|
|
@ -85,7 +84,7 @@ namespace ICD.Common.Utils
|
||||||
{
|
{
|
||||||
foreach (Exception inner in e.LoaderExceptions)
|
foreach (Exception inner in e.LoaderExceptions)
|
||||||
{
|
{
|
||||||
if (inner is FileNotFoundException)
|
if (inner is System.IO.FileNotFoundException)
|
||||||
{
|
{
|
||||||
Logger.AddEntry(eSeverity.Error,
|
Logger.AddEntry(eSeverity.Error,
|
||||||
"{0} failed to cache assembly {1} - Could not find one or more dependencies by path",
|
"{0} failed to cache assembly {1} - Could not find one or more dependencies by path",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue