Skip to main content
A newer version of this page is available. .

ValidationFailedException Class

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

Namespace: DevExpress.DataAccess.ObjectBinding

Assembly: DevExpress.DataAccess.v18.2.dll

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