Thrown when a PDF function dictionary specifies a function type that is not supported.
Definition
Namespace:Telerik.Windows.Documents.Fixed.Exceptions
Assembly:Telerik.Windows.Documents.Fixed.dll
Syntax:
public class NotSupportedFunctionTypeException : NotSupportedFeatureException, ISerializable
Inheritance: objectExceptionNotSupportedFeatureExceptionNotSupportedFunctionTypeException
Implements:
Inherited Members
Constructors
Initializes a new instance of the NotSupportedFunctionTypeException class.
public NotSupportedFunctionTypeException()
Initializes a new instance of the NotSupportedFunctionTypeException class.
Initializes a new instance of the NotSupportedFunctionTypeException class.
public NotSupportedFunctionTypeException(int functionType)
Type of the function.
Initializes a new instance of the NotSupportedFunctionTypeException class.
protected NotSupportedFunctionTypeException(SerializationInfo info, StreamingContext context)
The info.
contextStreamingContextThe context.
Initializes a new instance of the NotSupportedFunctionTypeException class.
Initializes a new instance of the NotSupportedFunctionTypeException class.
Methods
Provides COM objects with version-independent access to the GetObjectData(SerializationInfo, StreamingContext) method
[SecurityCritical]
public override void GetObjectData(SerializationInfo info, StreamingContext context)
The SerializationInfo object that holds the serialized object data about the exception being thrown.
contextStreamingContextThe StreamingContext structure that contains contextual information about the source or destination.
Overrides:
Properties
Gets the function type code that is not supported.
public int FunctionType { get; }
The numeric code of the unsupported function type.