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