Class NotSupportedFontException
Represents an exception for a font which is not supported.
Inherited Members
Namespace: Telerik.Windows.Documents.Fixed.Exceptions
Assembly: Telerik.Windows.Documents.Fixed.dll
Syntax
public class NotSupportedFontException : NotSupportedFeatureException, ISerializable, _Exception
Constructors
NotSupportedFontException()
Initializes a new instance of the Not
Declaration
public NotSupportedFontException()
NotSupportedFontException(SerializationInfo, StreamingContext)
Initializes a new instance of the Not
Declaration
protected NotSupportedFontException(SerializationInfo info, StreamingContext context)
Parameters
System. The info. |
System. The context. |
NotSupportedFontException(String)
Initializes a new instance of the Not
Declaration
public NotSupportedFontException(string fontType)
Parameters
System. Type of the font. |
NotSupportedFontException(String, Exception)
Initializes a new instance of the Not
Declaration
public NotSupportedFontException(string message, Exception cause)
Parameters
System. The message. |
System. The cause. |
NotSupportedFontException(String, String)
Initializes a new instance of the Not
Declaration
public NotSupportedFontException(string fontType, string message)
Parameters
System. Type of the font. |
System. The message. |
Properties
FontType
Gets or sets the type of the font.
Declaration
public string FontType { get; }
Property Value
System. The type of the font. |
Methods
GetObjectData(SerializationInfo, StreamingContext)
Provides COM objects with version-independent access to the System.
Declaration
[SecurityCritical]
public override void GetObjectData(SerializationInfo info, StreamingContext context)
Parameters
System. The System. |
System. The System. |