What's a pattern for handling errors with data binding, for example, when user input can't be converted to model's required type? I can't find anything in IValueConverter that could help identify target type/property. In my case, I actually want to show the error on the UI. Thanks.
↧