Class InvalidFontTableException
Exception font loading can throw if it encounteres invalid data during font loading.
Implements
Inherited Members
Namespace: SixLabors.Fonts.Exceptions
Assembly: SixLabors.Fonts.dll
Syntax
public class InvalidFontTableException : InvalidFontFileException, ISerializable
Constructors
| 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 |