New to Telerik Document ProcessingStart a free 30-day trial

Thrown when the specified font family cannot be resolved or is not supported by the processing engine.

Definition

Namespace:Telerik.Windows.Documents.Fixed.Exceptions

Assembly:Telerik.Windows.Documents.Fixed.dll

Syntax:

C#
public class NotSupportedFontFamilyException : NotSupportedFeatureException, ISerializable

Inheritance: objectExceptionNotSupportedFeatureExceptionNotSupportedFontFamilyException

Implements: ISerializable

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

Constructors

Initializes a new instance of the NotSupportedFontFamilyException class.

C#
public NotSupportedFontFamilyException()

Initializes a new instance of the NotSupportedFontFamilyException class.

C#
protected NotSupportedFontFamilyException(SerializationInfo info, StreamingContext context)
Parameters:infoSerializationInfo

The info.

contextStreamingContext

The context.

Initializes a new instance of the NotSupportedFontFamilyException class.

C#
public NotSupportedFontFamilyException(string message, Exception cause)
Parameters:messagestring

The message.

causeException

The cause.

Initializes a new instance of the NotSupportedFontFamilyException class.

C#
public NotSupportedFontFamilyException(string message)
Parameters:messagestring

The message.