So, lets say I write a binding in Silverlight that cannot be resolved.
I get a message in the output window:
"System.Windows.Data Error: BindingExpression path error: ...."
Is there a way to get notified when this happens? Ultimately, I'd like to throw an exception or something. Is this somehow configurable?