ClassNotSupportedFontException
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:
public class NotSupportedFontException : NotSupportedFeatureException, ISerializable, _Exception
Inheritance: objectExceptionNotSupportedFeatureExceptionNotSupportedFontException
Implements:
Inherited Members
Constructors
NotSupportedFontException()
Initializes a new instance of the NotSupportedFontException class.
Declaration
public NotSupportedFontException()
NotSupportedFontException(SerializationInfo, StreamingContext)
Initializes a new instance of the NotSupportedFontException class.
Declaration
protected NotSupportedFontException(SerializationInfo info, StreamingContext context)
Parameters
info
The info.
context
The context.
NotSupportedFontException(string)
Initializes a new instance of the NotSupportedFontException class.
Declaration
public NotSupportedFontException(string fontType)
Parameters
fontType
The type name of the unsupported font.
NotSupportedFontException(string, Exception)
Initializes a new instance of the NotSupportedFontException class.
NotSupportedFontException(string, string)
Initializes a new instance of the NotSupportedFontException class.
Properties
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