Hi,
I have an implementation of IBindingList containing instances of a class implementing IEditableObject. I am binding the list to a GDBG - so far so good. The problem is that when I throw an exception in BeginEdit() of the IEditableObject implementor (apparently the only way to say that the object cannot be edited right now :( ), GDBG swallows the exception and continues with the editing.
Is that a bug, or is that the 'approved' correct behavior?
Thanx,
Lyubomir