public override string ToString() { try { return(InputArgs.ToString()); } catch (Exception ex) { new Error(ex).ShowDialog(); return(null); } }