ValidationException Class
Occurs if the validation of an IRuleSet
is unsuccessful.
Namespace: DevExpress.Persistent.Validation
Assembly: DevExpress.Persistent.Base.v24.1.dll
NuGet Package: DevExpress.Persistent.Base
Declaration
Remarks
This exception may be triggered by the IRuleSet.Validate or IRuleSet.ValidateAll method. A ValidationException
object may be passed through the ValidationCompletedEventArgs.Exception property.
See Also