We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a0877e commit 2601aadCopy full SHA for 2601aad
ContextMenuManager/Controls/EnhanceMenusList.cs
@@ -33,7 +33,7 @@ private void LoadDocItems(string xmlPath, GroupPathItem groupItem)
33
this.AddItem(groupItem);
34
XmlDocument doc = new XmlDocument();
35
try { doc.LoadXml(File.ReadAllText(xmlPath, EncodingType.GetType(xmlPath))); }
36
- catch { throw; }
+ catch { return; }
37
foreach(XmlNode xn in doc.DocumentElement.ChildNodes)
38
{
39
try
0 commit comments