Skip to main content

AggregateQueryInvalidSortingValidationException Class

In This Article

An exception thrown when trying to execute an aggregate query with an invalid sorting criteria applied to it.

Namespace: DevExpress.DataAccess.Sql

Assembly: DevExpress.DataAccess.v24.2.dll

NuGet Package: DevExpress.DataAccess

#Declaration

public class AggregateQueryInvalidSortingValidationException :
    ValidationException

#Inheritance

Object
Exception
ValidationException
AggregateQueryInvalidSortingValidationException
See Also