Table of Contents

Class FontException

Namespace
SixLabors.Fonts
Assembly
SixLabors.Fonts.dll

Base class for exceptions thrown by this library.

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

Constructors

FontException(string)

Initializes a new instance of the FontException class.

public FontException(string message)

Parameters

message string

The message that describes the error.

See Also