From e4682de9cf6841066c8e690b7186d601371f0649 Mon Sep 17 00:00:00 2001 From: Ben Maurer Date: Fri, 2 Sep 2005 22:11:06 +0000 Subject: [PATCH] by mk's request svn path=/trunk/gtk-sharp/; revision=49376 --- gtk/NodeStore.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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