ClassNotSupportedFontFamilyException
Class
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:
cs-api-definition
public class NotSupportedFontFamilyException : NotSupportedFeatureException, ISerializable, _Exception
Inheritance: objectExceptionNotSupportedFeatureExceptionNotSupportedFontFamilyException
Implements:
Inherited Members
Constructors
NotSupportedFontFamilyException()
Initializes a new instance of the NotSupportedFontFamilyException class.
Declaration
cs-api-definition
public NotSupportedFontFamilyException()
NotSupportedFontFamilyException(SerializationInfo, StreamingContext)
Initializes a new instance of the NotSupportedFontFamilyException class.
Declaration
cs-api-definition
protected NotSupportedFontFamilyException(SerializationInfo info, StreamingContext context)
Parameters
info
The info.
context
The context.
NotSupportedFontFamilyException(string)
Initializes a new instance of the NotSupportedFontFamilyException class.
Declaration
cs-api-definition
public NotSupportedFontFamilyException(string message)
Parameters
message
The message.
NotSupportedFontFamilyException(string, Exception)
Initializes a new instance of the NotSupportedFontFamilyException class.