SortingException
Class
Thrown when an error occurs during sorting operations on worksheet cells.
Definition
Namespace:Telerik.Windows.Documents.Spreadsheet.Model.Sorting
Assembly:Telerik.Windows.Documents.Spreadsheet.dll
Syntax:
C#
public class SortingException : LocalizableException, ISerializable
Inheritance: objectExceptionLocalizableExceptionSortingException
Implements:
Inherited Members
Constructors
Initializes a new SortingException with default values.
C#
public SortingException()
Initializes a new SortingException with the specified error message, inner exception, and localization key.
Initializes a new SortingException with the specified error message and inner exception.
Initializes a new SortingException with the specified error message and localization key.
Initializes a new SortingException with the specified error message.