Table of Contents

Class InvalidFontFileException

Namespace
SixLabors.Fonts
Assembly
SixLabors.Fonts.dll

Exception font loading can throw if it encounters invalid data during font loading.

public class InvalidFontFileException : Exception, ISerializable
Inheritance
InvalidFontFileException
Implements
Derived
Inherited Members

Constructors

InvalidFontFileException(string)

Initializes a new instance of the InvalidFontFileException class.

public InvalidFontFileException(string message)

Parameters

message string

The message that describes the error.

See Also