Table of Contents

Class InvalidFontTableException

Namespace
SixLabors.Fonts
Assembly
SixLabors.Fonts.dll

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

message string

The message that describes the error.

table string

The table.

Properties

Table

Gets the table where the error originated.

public string Table { get; }

Property Value

string

See Also