Skip to main content
.NET Framework 4.5.2+

ValidationException Class

Occurs if the validation of an IRuleSet is unsuccessful.

Namespace: DevExpress.Persistent.Validation

Assembly: DevExpress.Persistent.Base.v24.1.dll

Declaration

public class ValidationException :
    Exception,
    IUserFriendlyException

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.

Inheritance

Object
Exception
ValidationException
See Also