New to Telerik Document ProcessingStart a free 30-day trial

Thrown when a PDF XObject subtype is not supported by the processing engine.

Definition

Namespace:Telerik.Windows.Documents.Fixed.Exceptions

Assembly:Telerik.Windows.Documents.Fixed.dll

Syntax:

C#
public class NotSupportedXObjectTypeException : NotSupportedFeatureException, ISerializable

Inheritance: objectExceptionNotSupportedFeatureExceptionNotSupportedXObjectTypeException

Implements: ISerializable

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

Constructors

Initializes a new instance of the NotSupportedXObjectTypeException class.

C#
public NotSupportedXObjectTypeException()

Initializes a new instance of the NotSupportedXObjectTypeException class.

C#
protected NotSupportedXObjectTypeException(SerializationInfo info, StreamingContext context)
Parameters:infoSerializationInfo

The info.

contextStreamingContext

The context.

Initializes a new instance of the NotSupportedXObjectTypeException class.

C#
public NotSupportedXObjectTypeException(string message, Exception cause)
Parameters:messagestring

The message.

causeException

The cause.

Initializes a new instance of the NotSupportedXObjectTypeException class.

C#
public NotSupportedXObjectTypeException(string message)
Parameters:messagestring

The message.