Class InvalidFontTableException
Exception font loading can throw if it encounters invalid data during font loading.
Implements
Inherited Members
Namespace: SixLabors.Fonts
Assembly: SixLabors.Fonts.dll
Syntax
public class InvalidFontTableException : InvalidFontFileException, ISerializable
Constructors
| Edit this page View SourceInvalidFontTableException(string, string)
Initializes a new instance of the InvalidFontTableException class.
Declaration
public InvalidFontTableException(string message, string table)
Parameters
| Type | Name | Description |
|---|---|---|
| string | message | The message that describes the error. |
| string | table | The table. |
Properties
| Edit this page View SourceTable
Gets the table where the error originated.
Declaration
public string Table { get; }
Property Value
| Type | Description |
|---|---|
| string |