Class InvalidFontFileException
Exception font loading can throw if it encounteres invalid data during font loading.
Inheritance
InvalidFontFileException
Implements
Inherited Members
Namespace: SixLabors.Fonts.Exceptions
Assembly: SixLabors.Fonts.dll
Syntax
public class InvalidFontFileException : Exception, ISerializable
Constructors
| Improve this Doc 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. |