diff --git a/ICD.Common.Utils/Xml/XmlUtils.cs b/ICD.Common.Utils/Xml/XmlUtils.cs index 0b04a9c..1d5b287 100644 --- a/ICD.Common.Utils/Xml/XmlUtils.cs +++ b/ICD.Common.Utils/Xml/XmlUtils.cs @@ -77,7 +77,7 @@ namespace ICD.Common.Utils.Xml if (GetAttributes(xml).TryFirst(a => a.Name == name, out output)) return output; - throw new KeyNotFoundException(string.Format("No attribute with name {0}", name)); + throw new FormatException(string.Format("No attribute with name {0}", name)); } ///