ClassNotSupportedXObjectTypeException
Class
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:
Inherited Members
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
The info.
context
The context.
NotSupportedXObjectTypeException(string)
Initializes a new instance of the NotSupportedXObjectTypeException class.
Declaration
cs-api-definition
public NotSupportedXObjectTypeException(string message)
Parameters
message
The message.
NotSupportedXObjectTypeException(string, Exception)
Initializes a new instance of the NotSupportedXObjectTypeException class.