Class SortingException
Represents sorting exception.
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 instance of the SortingException class.
Declaration
public SortingException(string message)
  Parameters
| 
        System.String
        message
         The message.  | 
    
SortingException(String, Exception)
Initializes a new instance of the SortingException class.
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 instance of the SortingException class.
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 instance of the SortingException class.
Declaration
public SortingException(string message, string key)
  Parameters
| 
        System.String
        message
         The message.  | 
    
| 
        System.String
        key
         The key.  |