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, ISerializableConstructors
| Improve this Doc 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
| Improve this Doc View SourceTable
Gets the table where the error originated.
Declaration
public string Table { get; }Property Value
| Type | Description | 
|---|---|
| String |