Class
NotSupportedFontException

Thrown when the document references a font type that 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 NotSupportedFontException : NotSupportedFeatureException, ISerializable, _Exception

Inheritance: objectExceptionNotSupportedFeatureExceptionNotSupportedFontException

Implements: ISerializable_Exception

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

Constructors

NotSupportedFontException()

Initializes a new instance of the NotSupportedFontException class.

Declaration

cs-api-definition
public NotSupportedFontException()

NotSupportedFontException(SerializationInfo, StreamingContext)

Initializes a new instance of the NotSupportedFontException class.

Declaration

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

Parameters

info

SerializationInfo

The info.

context

StreamingContext

The context.

NotSupportedFontException(string)

Initializes a new instance of the NotSupportedFontException class.

Declaration

cs-api-definition
public NotSupportedFontException(string fontType)

Parameters

fontType

string

The type name of the unsupported font.

NotSupportedFontException(string, Exception)

Initializes a new instance of the NotSupportedFontException class.

Declaration

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

Parameters

message

string

The error message that explains the reason for the exception.

cause

Exception

The exception that is the cause of the current exception.

NotSupportedFontException(string, string)

Initializes a new instance of the NotSupportedFontException class.

Declaration

cs-api-definition
public NotSupportedFontException(string fontType, string message)

Parameters

fontType

string

The type name of the unsupported font.

message

string

The error message that explains the reason for the exception.

Properties

FontType

Gets the type name of the unsupported font.

Declaration

cs-api-definition
public string FontType { get; }

Property Value

string

The font type that is not supported.

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)