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

SortByAggregateColumnValidationException Constructors

An exception thrown when a query contains a sorting criterion that is an aggregate column.
Name Parameters Description
SortByAggregateColumnValidationException(ColumnExpression) column Initializes a new instance of the SortByAggregateColumnValidationException class with the specified settings.
SortByAggregateColumnValidationException(CustomExpression) column Initializes a new instance of the SortByAggregateColumnValidationException class with the specified settings.
See Also