Class MissingFontTableException
Exception font loading can throw if it finds a required table is missing during font loading.
Implements
Inherited Members
Namespace: SixLabors.Fonts.Exceptions
Assembly: SixLabors.Fonts.dll
Syntax
public class MissingFontTableException : InvalidFontFileException, ISerializable
Constructors
| Improve this Doc View SourceMissingFontTableException(String, String)
Initializes a new instance of the MissingFontTableException class.
Declaration
public MissingFontTableException(string message, string table)
Parameters
Type | Name | Description |
---|---|---|
String | message | The message that describes the error. |
String | table | The table. |
Properties
| Improve this Doc View SourceTable
Gets the table where the error originated.
Declaration
public string Table { get; }
Property Value
Type | Description |
---|---|
String |