Thrown when a CCITTFaxDecode filter is encountered but not supported by the decoder.
Definition
Namespace:Telerik.Windows.Documents.Exceptions
Assembly:Telerik.Windows.Documents.Core.dll
Syntax:
C#
[SuppressMessage("Microsoft.Naming", "CA1709:IdentifiersShouldBeCasedCorrectly", MessageId = "CCITT")]
public class NotSupportedCCITTFaxDecodeFilterException : NotSupportedFeatureException, ISerializable
Inheritance: objectExceptionNotSupportedFeatureExceptionNotSupportedCCITTFaxDecodeFilterException
Implements:
Inherited Members
Constructors
Create an instance with the default message indicating the filter is unsupported.
C#
public NotSupportedCCITTFaxDecodeFilterException()
Initializes a new instance of the NotSupportedCCITTFaxDecodeFilterException class.
C#
protected NotSupportedCCITTFaxDecodeFilterException(SerializationInfo info, StreamingContext context)
The info.
contextStreamingContextThe context.
Create an instance with a specific error message.
C#
public NotSupportedCCITTFaxDecodeFilterException(string message)
The message.