Skip to main content

ValidationFailedException Class

This exception is thrown when an object data source validation fails.

Namespace: DevExpress.DataAccess.ObjectBinding

Assembly: DevExpress.DataAccess.v23.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap

Declaration

public class ValidationFailedException :
    Exception

Remarks

This exception is thrown if the BeforeFillEventArgs.IsValid property returns false in the ObjectDataSource.BeforeFill or ObjectDataSource.BeforeFillGlobal event handler.

Inheritance

Object
Exception
ValidationFailedException
See Also