ClassNotSupportedCCITTFaxDecodeFilterException
Class
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:
cs-api-definition
[SuppressMessage("Microsoft.Naming", "CA1709:IdentifiersShouldBeCasedCorrectly", MessageId = "CCITT")]
public class NotSupportedCCITTFaxDecodeFilterException : NotSupportedFeatureException, ISerializable
Inheritance: objectExceptionNotSupportedFeatureExceptionNotSupportedCCITTFaxDecodeFilterException
Implements:
Inherited Members
Constructors
NotSupportedCCITTFaxDecodeFilterException()
Create an instance with the default message indicating the filter is unsupported.
Declaration
cs-api-definition
public NotSupportedCCITTFaxDecodeFilterException()
NotSupportedCCITTFaxDecodeFilterException(SerializationInfo, StreamingContext)
Initializes a new instance of the NotSupportedCCITTFaxDecodeFilterException class.
Declaration
cs-api-definition
protected NotSupportedCCITTFaxDecodeFilterException(SerializationInfo info, StreamingContext context)
Parameters
info
The info.
context
The context.
NotSupportedCCITTFaxDecodeFilterException(string)
Create an instance with a specific error message.
Declaration
cs-api-definition
public NotSupportedCCITTFaxDecodeFilterException(string message)
Parameters
message
The message.
NotSupportedCCITTFaxDecodeFilterException(string, Exception)
Create an instance with a specific error message and inner exception.