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 NotSupportedFilterException class.
Declaration
public NotSupportedFilterException()
NotSupportedFilterException(SerializationInfo, StreamingContext)
Initializes a new instance of the NotSupportedFilterException class.
Declaration
protected NotSupportedFilterException(SerializationInfo info, StreamingContext context)
Parameters
System.Runtime.Serialization.SerializationInfo
info
The info. |
System.Runtime.Serialization.StreamingContext
context
The context. |
NotSupportedFilterException(String)
Initializes a new instance of the NotSupportedFilterException class.
Declaration
public NotSupportedFilterException(string filterName)
Parameters
System.String
filterName
Name of the filter. |
NotSupportedFilterException(String, Exception)
Initializes a new instance of the NotSupportedFilterException class.
Declaration
public NotSupportedFilterException(string message, Exception cause)
Parameters
System.String
message
The message. |
System.Exception
cause
The cause. |
NotSupportedFilterException(String, String)
Initializes a new instance of the NotSupportedFilterException class.
Declaration
public NotSupportedFilterException(string filterName, string message)
Parameters
System.String
filterName
Name of the filter. |
System.String
message
The message. |
Properties
FilterName
Gets the name of the filter.
Declaration
public string FilterName { get; }
Property Value
System.String
The name of the filter. |
Methods
GetObjectData(SerializationInfo, StreamingContext)
Provides COM objects with version-independent access to the System.Exception.GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext) method
Declaration
[SecurityCritical]
public override void GetObjectData(SerializationInfo info, StreamingContext context)
Parameters
System.Runtime.Serialization.SerializationInfo
info
The System.Runtime.Serialization.SerializationInfo object that holds the serialized object data about the exception being thrown. |
System.Runtime.Serialization.StreamingContext
context
The System.Runtime.Serialization.StreamingContext structure that contains contextual information about the source or destination. |