Class InvalidFontFileException
Exception font loading can throw if it encounters invalid data during font loading.
Inheritance
InvalidFontFileException
Implements
Inherited Members
Namespace: SixLabors.Fonts
Assembly: SixLabors.Fonts.dll
Syntax
public class InvalidFontFileException : Exception, ISerializable
Constructors
| Edit this page View SourceInvalidFontFileException(string)
Initializes a new instance of the InvalidFontFileException class.
Declaration
public InvalidFontFileException(string message)
Parameters
Type | Name | Description |
---|---|---|
string | message | The message that describes the error. |