Class
NotSupportedFunctionTypeException

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:

cs-api-definition
public class NotSupportedFunctionTypeException : NotSupportedFeatureException, ISerializable

Inheritance: objectExceptionNotSupportedFeatureExceptionNotSupportedFunctionTypeException

Implements: ISerializable

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

Constructors

NotSupportedFunctionTypeException()

Initializes a new instance of the NotSupportedFunctionTypeException class.

Declaration

cs-api-definition
public NotSupportedFunctionTypeException()

NotSupportedFunctionTypeException(SerializationInfo, StreamingContext)

Initializes a new instance of the NotSupportedFunctionTypeException class.

Declaration

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

Parameters

info

SerializationInfo

The info.

context

StreamingContext

The context.

NotSupportedFunctionTypeException(int)

Initializes a new instance of the NotSupportedFunctionTypeException class.

Declaration

cs-api-definition
public NotSupportedFunctionTypeException(int functionType)

Parameters

functionType

int

Type of the function.

NotSupportedFunctionTypeException(int, string)

Initializes a new instance of the NotSupportedFunctionTypeException class.

Declaration

cs-api-definition
public NotSupportedFunctionTypeException(int functionType, string message)

Parameters

functionType

int

Type of the function.

message

string

The message.

NotSupportedFunctionTypeException(string)

Initializes a new instance of the NotSupportedFunctionTypeException class.

Declaration

cs-api-definition
public NotSupportedFunctionTypeException(string message)

Parameters

message

string

The message.

NotSupportedFunctionTypeException(string, Exception)

Initializes a new instance of the NotSupportedFunctionTypeException class.

Declaration

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

Parameters

message

string

The message.

cause

Exception

The cause.

Properties

FunctionType

Gets the function type code that is not supported.

Declaration

cs-api-definition
public int FunctionType { get; }

Property Value

int

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

cs-api-definition
[SecurityCritical]
public override void GetObjectData(SerializationInfo info, StreamingContext context)

Parameters

info

SerializationInfo

The SerializationInfo object that holds the serialized object data about the exception being thrown.

context

StreamingContext

The StreamingContext structure that contains contextual information about the source or destination.

Overrides Exception.GetObjectData(SerializationInfo, StreamingContext)