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 Filtering
Declaration
public FilteringException(string message)
Parameters
System. The message. |
FilteringException(String, Exception)
Initializes a new instance of the Filtering
Declaration
public FilteringException(string message, Exception innerException)
Parameters
System. The message. |
System. The inner exception. |
FilteringException(String, Exception, String)
Initializes a new instance of the Filtering
Declaration
public FilteringException(string message, Exception innerException, string key)
Parameters
System. The message. |
System. The inner exception. |
System. The key. |
FilteringException(String, String)
Initializes a new instance of the Filtering
Declaration
public FilteringException(string message, string key)
Parameters
System. The message. |
System. The key. |