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

NegativeTopSkipValidationException Class

An exception thrown when a negative SelectQuery.Top or SelectQuery.Skip value has been specified.

Namespace: DevExpress.DataAccess.Sql

Assembly: DevExpress.DataAccess.v23.1.dll

NuGet Package: DevExpress.DataAccess

Declaration

public class NegativeTopSkipValidationException :
    ValidationException

Inheritance

Object
Exception
ValidationException
NegativeTopSkipValidationException
See Also