ValidationFailedException Class
This exception is thrown when an object data source validation fails.
Namespace: DevExpress.DataAccess.ObjectBinding
Assembly: DevExpress.DataAccess.v24.1.dll
NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap
Declaration
Remarks
This exception is thrown if the BeforeFillEventArgs.IsValid property returns false in the ObjectDataSource.BeforeFill or ObjectDataSource.BeforeFillGlobal event handler.
See Also