Class FontException
Base class for exceptions thrown by this library.
Implements
Inherited Members
Namespace: SixLabors.Fonts
Assembly: SixLabors.Fonts.dll
Syntax
public class FontException : Exception, ISerializable
Constructors
| Edit this page View SourceFontException(string)
Initializes a new instance of the FontException class.
Declaration
public FontException(string message)
Parameters
| Type | Name | Description |
|---|---|---|
| string | message | The message that describes the error. |