Table of Contents

Class MissingFontTableException

Namespace
SixLabors.Fonts
Assembly
SixLabors.Fonts.dll

Exception font loading can throw if it finds a required table is missing during font loading.

public class MissingFontTableException : InvalidFontFileException, ISerializable
Inheritance
MissingFontTableException
Implements
Inherited Members

Constructors

MissingFontTableException(string, string)

Initializes a new instance of the MissingFontTableException class.

public MissingFontTableException(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