ValidationErrorEventArgs.Error Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets the validation error that caused the BindingValidationError event.
Assembly: System.Windows (in System.Windows.dll)
Property Value
Type: System.Windows.Controls.ValidationErrorA ValidationError object that contains the exception that caused the validation error.
A BindingValidationError occurs when the binding engine creates or removes a validation error. The Error property contains the details of the original validation error. Check the Action value to determine the state of the validation error.
Show: