Class NotSupportedCCITTFaxDecodeFilterException
Represents an exception for a scan decoder which is not supported.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Documents.Exceptions
Assembly: Telerik.Windows.Documents.Core.dll
Syntax
public class NotSupportedCCITTFaxDecodeFilterException : NotSupportedFeatureException, ISerializable, _Exception
Constructors
NotSupportedCCITTFaxDecodeFilterException()
Initializes a new instance of the NotSupportedCCITTFaxDecodeFilterException class.
Declaration
public NotSupportedCCITTFaxDecodeFilterException()
NotSupportedCCITTFaxDecodeFilterException(SerializationInfo, StreamingContext)
Initializes a new instance of the NotSupportedCCITTFaxDecodeFilterException class.
Declaration
protected NotSupportedCCITTFaxDecodeFilterException(SerializationInfo info, StreamingContext context)
Parameters
System.Runtime.Serialization.SerializationInfo
info
The info. |
System.Runtime.Serialization.StreamingContext
context
The context. |
NotSupportedCCITTFaxDecodeFilterException(String)
Initializes a new instance of the NotSupportedCCITTFaxDecodeFilterException class.
Declaration
public NotSupportedCCITTFaxDecodeFilterException(string message)
Parameters
System.String
message
The message. |
NotSupportedCCITTFaxDecodeFilterException(String, Exception)
Initializes a new instance of the NotSupportedCCITTFaxDecodeFilterException class.
Declaration
public NotSupportedCCITTFaxDecodeFilterException(string message, Exception cause)
Parameters
System.String
message
The message. |
System.Exception
cause
The cause. |