diff --git a/gtk/NodeStore.cs b/gtk/NodeStore.cs index d95f73044..2a783db2e 100644 --- a/gtk/NodeStore.cs +++ b/gtk/NodeStore.cs @@ -319,7 +319,7 @@ namespace Gtk { int col = attr.Column; if (getters [col] != null) - throw new Exception ("You have two TreeNodeValueAttributes with the same column"); + throw new Exception (String.Format ("You have two TreeNodeValueAttributes with the Column={0}", col)); getters [col] = mi; Type t = mi is PropertyInfo ? ((PropertyInfo) mi).PropertyType