BindingList<T>.RemoveSortCore Method
Removes any sort applied with ApplySortCore if sorting is implemented in a derived class; otherwise, raises NotSupportedException.
Namespace: System.ComponentModel
Assembly: System (in System.dll)
| Exception | Condition |
|---|---|
| NotSupportedException | Method is not overridden in a derived class. |
The BindingList<T> class does not provide a base implementation of sorting, so RemoveSortCore always throws a NotSupportedException by default. For more information about sorting, see the ApplySortCore method.
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.