Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

ValidationException Class

Occurs if the validation of a RuleSet is unsuccessful.

Namespace: DevExpress.Persistent.Validation

Assembly: DevExpress.Persistent.Base.v19.2.dll

Declaration

public class ValidationException :
    Exception,
    IUserFriendlyException

Remarks

This exception may be triggered by the RuleSet.Validate or RuleSet.ValidateAll methods. A ValidationException object may be passed through the ValidationCompletedEventArgs.Exception property.

Inheritance

Object
Exception
ValidationException
See Also