Skip to main content

ValidationFailedException Class

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

Namespace: DevExpress.DataAccess.ObjectBinding

Assembly: DevExpress.DataAccess.v24.2.dll

NuGet Package: DevExpress.DataAccess

#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