Class FilteringException
Represents a filtering exception.
Inherited Members
Namespace: Telerik.Windows.Documents.Spreadsheet.Model.Filtering
Assembly: Telerik.Windows.Documents.Spreadsheet.dll
Syntax
public class FilteringException : LocalizableException, ISerializable, _Exception
Constructors
FilteringException()
FilteringException(String)
Initializes a new instance of the FilteringException class.
Declaration
public FilteringException(string message)
Parameters
System.String
message
The message. |
FilteringException(String, Exception)
Initializes a new instance of the FilteringException class.
Declaration
public FilteringException(string message, Exception innerException)
Parameters
System.String
message
The message. |
System.Exception
innerException
The inner exception. |
FilteringException(String, Exception, String)
Initializes a new instance of the FilteringException class.
Declaration
public FilteringException(string message, Exception innerException, string key)
Parameters
System.String
message
The message. |
System.Exception
innerException
The inner exception. |
System.String
key
The key. |
FilteringException(String, String)
Initializes a new instance of the FilteringException class.
Declaration
public FilteringException(string message, string key)
Parameters
System.String
message
The message. |
System.String
key
The key. |