Class MissingFontTableException
Exception font loading can throw if it finds a required table is missing during font loading.
public class MissingFontTableException : InvalidFontFileException, ISerializable
- Inheritance
-
MissingFontTableException
- Implements
- Inherited Members
Constructors
MissingFontTableException(string, string)
Initializes a new instance of the MissingFontTableException class.
public MissingFontTableException(string message, string table)
Parameters
Properties
Table
Gets the table where the error originated.
public string Table { get; }