Class NotSupportedFilterException
Represents an exception for a filter which is not supported.
Inherited Members
Namespace: Telerik.Windows.Documents.Fixed.Exceptions
Assembly: Telerik.Windows.Documents.Fixed.dll
Syntax
public class NotSupportedFilterException : NotSupportedFeatureException, ISerializable, _Exception
Constructors
NotSupportedFilterException()
Initializes a new instance of the Not
Declaration
public NotSupportedFilterException()
NotSupportedFilterException(SerializationInfo, StreamingContext)
Initializes a new instance of the Not
Declaration
protected NotSupportedFilterException(SerializationInfo info, StreamingContext context)
Parameters
System. The info. |
System. The context. |
NotSupportedFilterException(String)
Initializes a new instance of the Not
Declaration
public NotSupportedFilterException(string filterName)
Parameters
System. Name of the filter. |
NotSupportedFilterException(String, Exception)
Initializes a new instance of the Not
Declaration
public NotSupportedFilterException(string message, Exception cause)
Parameters
System. The message. |
System. The cause. |
NotSupportedFilterException(String, String)
Initializes a new instance of the Not
Declaration
public NotSupportedFilterException(string filterName, string message)
Parameters
System. Name of the filter. |
System. The message. |
Properties
FilterName
Gets the name of the filter.
Declaration
public string FilterName { get; }
Property Value
System. The name of the filter. |
Methods
GetObjectData(SerializationInfo, StreamingContext)
Provides COM objects with version-independent access to the System.
Declaration
[SecurityCritical]
public override void GetObjectData(SerializationInfo info, StreamingContext context)
Parameters
System. The System. |
System. The System. |