A newer version of this page is available.
Switch to the current version.
ValidationException Class
Occurs if the validation of a RuleSet is unsuccessful.
Namespace: DevExpress.Persistent.Validation
Assembly: DevExpress.Persistent.Base.v18.2.dll
Declaration
public class ValidationException :
Exception,
IUserFriendlyException
Public Class ValidationException
Inherits Exception
Implements IUserFriendlyException
Related API Members
The following members accept/return ValidationException objects:
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.
See Also
Feedback