Data Bindings: an Exception should trigger an Event

Continuing the discussion from Make data binding errors warnings:

I suggest that we define an event-type for Exceptions raised from a Data Binding. We can then register an event-handler for such events, to categorize and process them as the App sees fit.

If no event-handler is registered, then the default (current?) behavior occurs.