Back to Devexpress

ValidationException Class

expressappframework-devexpress-dot-persistent-dot-validation-46972e97.md

latest1.8 KB
Original Source

ValidationException Class

Occurs if the validation of an IRuleSet is unsuccessful.

Namespace : DevExpress.Persistent.Validation

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

NuGet Package : DevExpress.Persistent.Base

Declaration

csharp
public class ValidationException :
    Exception,
    IUserFriendlyException
vb
Public Class ValidationException
    Inherits Exception
    Implements IUserFriendlyException

The following members return ValidationException objects:

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

ValidationException Members

DevExpress.Persistent.Validation Namespace