Class SortingException
Thrown when an error occurs during sorting operations on worksheet cells.
Inherited Members
Namespace: Telerik.Windows.Documents.Spreadsheet.Model.Sorting
Assembly: Telerik.Windows.Documents.Spreadsheet.dll
Syntax
public class SortingException : LocalizableException, ISerializable, _Exception
Constructors
SortingException()
SortingException(String)
Initializes a new SortingException with the specified error message.
Declaration
public SortingException(string message)
Parameters
|
System.String
message
The message. |
SortingException(String, Exception)
Initializes a new SortingException with the specified error message and inner exception.
Declaration
public SortingException(string message, Exception innerException)
Parameters
|
System.String
message
The message. |
|
System.Exception
innerException
The inner exception. |
SortingException(String, Exception, String)
Initializes a new SortingException with the specified error message, inner exception, and localization key.
Declaration
public SortingException(string message, Exception innerException, string key)
Parameters
|
System.String
message
The message. |
|
System.Exception
innerException
The inner exception. |
|
System.String
key
The key. |
SortingException(String, String)
Initializes a new SortingException with the specified error message and localization key.
Declaration
public SortingException(string message, string key)
Parameters
|
System.String
message
The message. |
|
System.String
key
The key. |