by mk's request

svn path=/trunk/gtk-sharp/; revision=49376
This commit is contained in:
Ben Maurer 2005-09-02 22:11:06 +00:00
parent 85eee0cb43
commit e4682de9cf

View File

@ -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