Skip to main content
.NET 6.0+

ValidationException Class

Occurs if the validation of a RuleSet is unsuccessful.

Namespace: DevExpress.Persistent.Validation

Assembly: DevExpress.Persistent.Base.v23.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