Click or drag to resize
SortOrderException Constructor
Thrown when no sort order or an invalid sort order has been specified.

Namespace: KampData.TaxEngine.API.Exceptions
Assembly: KDTaxEngine (in KDTaxEngine.dll) Version: 3.0.5512.25362
Syntax
public SortOrderException(
	string Message
)

Parameters

Message
Type: SystemString
"Multiple fields have the same sortNumber." "Field not found: " + currentSortField.DisplayName
See Also