ClassNotSupportedFunctionTypeException
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
NotSupportedFunctionTypeException()
Initializes a new instance of the NotSupportedFunctionTypeException class.
Declaration
public NotSupportedFunctionTypeException()
NotSupportedFunctionTypeException(SerializationInfo, StreamingContext)
Initializes a new instance of the NotSupportedFunctionTypeException class.
Declaration
protected NotSupportedFunctionTypeException(SerializationInfo info, StreamingContext context)
Parameters
info
The info.
context
The context.
NotSupportedFunctionTypeException(int)
Initializes a new instance of the NotSupportedFunctionTypeException class.
Declaration
public NotSupportedFunctionTypeException(int functionType)
Parameters
functionType
Type of the function.
NotSupportedFunctionTypeException(int, string)
Initializes a new instance of the NotSupportedFunctionTypeException class.
NotSupportedFunctionTypeException(string)
Initializes a new instance of the NotSupportedFunctionTypeException class.
Declaration
public NotSupportedFunctionTypeException(string message)
Parameters
message
The message.
NotSupportedFunctionTypeException(string, Exception)
Initializes a new instance of the NotSupportedFunctionTypeException class.
Properties
FunctionType
Gets the function type code that is not supported.
Declaration
public int FunctionType { get; }
Property Value
The numeric code of the unsupported function type.
Methods
GetObjectData(SerializationInfo, StreamingContext)
Provides COM objects with version-independent access to the GetObjectData(SerializationInfo, StreamingContext) method
Declaration
[SecurityCritical]
public override void GetObjectData(SerializationInfo info, StreamingContext context)
Parameters
info
The SerializationInfo object that holds the serialized object data about the exception being thrown.
context
The StreamingContext structure that contains contextual information about the source or destination.
Overrides