I cannot get the data form, and it manages to catch exceptions when checking.
I have:
<PasswordBox Password="{Binding Password,Mode=TwoWay,NotifyOnValidationError=true,ValidatesOnExceptions=true}" />
All required properties are true.
In setting my Password property, I throw a ValidationException after a failed check, but the data form does not break it, it just causes the application to crash, as if it were a normal exception.
Am I doing something wrong? Thanks
user302845
source share