Class FontException
Base class for exceptions thrown by this library.
Implements
Inherited Members
Namespace: SixLabors.Fonts.Exceptions
Assembly: SixLabors.Fonts.dll
Syntax
public class FontException : Exception, ISerializable
Constructors
| Improve this Doc 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. |