Class
NotSupportedFeatureException

Thrown when a requested document-processing feature is not supported by the current implementation.

Definition

Namespace:Telerik.Windows.Documents.Exceptions

Assembly:Telerik.Windows.Documents.Core.dll

Syntax:

cs-api-definition
public class NotSupportedFeatureException : Exception, ISerializable, _Exception

Inheritance: objectExceptionNotSupportedFeatureException

Derived Classes: NotSupportedCCITTFaxDecodeFilterExceptionNotSupportedScanDecoderExceptionNotSupportedScanEncoderExceptionNotSupportedCharsetFormatExceptionNotSupportedColorSpaceExceptionNotSupportedEncryptionExceptionNotSupportedEncryptionRevisionExceptionNotSupportedFilterExceptionNotSupportedFontExceptionNotSupportedFontFamilyExceptionNotSupportedFunctionTypeExceptionNotSupportedImageFormatExceptionNotSupportedPaintTypeExceptionNotSupportedPredefinedCMapExceptionNotSupportedShadingTypeExceptionNotSupportedStreamTypeExceptionNotSupportedXObjectTypeException

Implements: ISerializable_Exception

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

Constructors

NotSupportedFeatureException()

Create an instance indicating an unsupported feature was requested.

Declaration

cs-api-definition
public NotSupportedFeatureException()

NotSupportedFeatureException(SerializationInfo, StreamingContext)

Initializes a new instance of the NotSupportedFeatureException class.

Declaration

cs-api-definition
protected NotSupportedFeatureException(SerializationInfo info, StreamingContext context)

Parameters

info

SerializationInfo

The info.

context

StreamingContext

The context.

NotSupportedFeatureException(string)

Create an instance with a specific error message.

Declaration

cs-api-definition
public NotSupportedFeatureException(string message)

Parameters

message

string

The message.

NotSupportedFeatureException(string, Exception)

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

Declaration

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

Parameters

message

string

The message.

cause

Exception

The cause.