views:

149

answers:

2

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?

+1  A: 

See Justin's answer to this question:-

how does one detect setbinding sucess or failure in silverlight

AnthonyWJones
A: 

The link for AnthonyWJones's answer should be http://stackoverflow.com/questions/1693378/how-does-one-detect-setbinding-sucess-or-failure-in-silverlight

mikemay