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, ISerializableConstructors
| 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. |