Skip to main content

SortingBySameColumnTwiceValidationException Class

In This Article

An exception thrown when the same sorting criterion has been applied multiple times.

Namespace: DevExpress.DataAccess.Sql

Assembly: DevExpress.DataAccess.v24.2.dll

NuGet Package: DevExpress.DataAccess

#Declaration

public class SortingBySameColumnTwiceValidationException :
    ValidationException

#Inheritance

Object
Exception
ValidationException
SortingBySameColumnTwiceValidationException
See Also