Class
NotSupportedXObjectTypeException

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:

cs-api-definition
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

NotSupportedXObjectTypeException()

Initializes a new instance of the NotSupportedXObjectTypeException class.

Declaration

cs-api-definition
public NotSupportedXObjectTypeException()

NotSupportedXObjectTypeException(SerializationInfo, StreamingContext)

Initializes a new instance of the NotSupportedXObjectTypeException class.

Declaration

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

Parameters

info

SerializationInfo

The info.

context

StreamingContext

The context.

NotSupportedXObjectTypeException(string)

Initializes a new instance of the NotSupportedXObjectTypeException class.

Declaration

cs-api-definition
public NotSupportedXObjectTypeException(string message)

Parameters

message

string

The message.

NotSupportedXObjectTypeException(string, Exception)

Initializes a new instance of the NotSupportedXObjectTypeException class.

Declaration

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

Parameters

message

string

The message.

cause

Exception

The cause.