Class
NotSupportedCCITTFaxDecodeFilterException

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: ISerializable

Inherited Members Exception.GetBaseException()Exception.ToString()Exception.GetType()Exception.TargetSiteException.MessageException.DataException.InnerExceptionException.HelpLinkException.SourceException.HResultException.StackTraceException.SerializeObjectState

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

SerializationInfo

The info.

context

StreamingContext

The context.

NotSupportedCCITTFaxDecodeFilterException(string)

Create an instance with a specific error message.

Declaration

cs-api-definition
public NotSupportedCCITTFaxDecodeFilterException(string message)

Parameters

message

string

The message.

NotSupportedCCITTFaxDecodeFilterException(string, Exception)

Create an instance with a specific error message and inner exception.

Declaration

cs-api-definition
public NotSupportedCCITTFaxDecodeFilterException(string message, Exception cause)

Parameters

message

string

The message.

cause

Exception

The cause.