Class NotSupportedFontFamilyException
Represents an exception for a font family which is not supported.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Documents.Fixed.Exceptions
Assembly: Telerik.Windows.Documents.Fixed.dll
Syntax
public class NotSupportedFontFamilyException : NotSupportedFeatureException, ISerializable, _Exception
Constructors
NotSupportedFontFamilyException()
Initializes a new instance of the NotSupportedFontFamilyException class.
Declaration
public NotSupportedFontFamilyException()
NotSupportedFontFamilyException(SerializationInfo, StreamingContext)
Initializes a new instance of the NotSupportedFontFamilyException class.
Declaration
protected NotSupportedFontFamilyException(SerializationInfo info, StreamingContext context)
Parameters
System.Runtime.Serialization.SerializationInfo
info
The info. |
System.Runtime.Serialization.StreamingContext
context
The context. |
NotSupportedFontFamilyException(String)
Initializes a new instance of the NotSupportedFontFamilyException class.
Declaration
public NotSupportedFontFamilyException(string message)
Parameters
System.String
message
The message. |
NotSupportedFontFamilyException(String, Exception)
Initializes a new instance of the NotSupportedFontFamilyException class.
Declaration
public NotSupportedFontFamilyException(string message, Exception cause)
Parameters
System.String
message
The message. |
System.Exception
cause
The cause. |