ClassSortingException
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:
cs-api-definition
public class SortingException : LocalizableException, ISerializable, _Exception
Inheritance: objectExceptionLocalizableExceptionSortingException
Implements:
Inherited Members
Constructors
SortingException()
Initializes a new SortingException with default values.
Declaration
cs-api-definition
public SortingException()
SortingException(string)
Initializes a new SortingException with the specified error message.
Declaration
cs-api-definition
public SortingException(string message)
Parameters
message
The message.
SortingException(string, Exception)
Initializes a new SortingException with the specified error message and inner exception.
SortingException(string, Exception, string)
Initializes a new SortingException with the specified error message, inner exception, and localization key.
SortingException(string, string)
Initializes a new SortingException with the specified error message and localization key.