Class FontException
Base class for exceptions thrown by this library.
public class FontException : Exception, ISerializable
- Inheritance
-
FontException
- Implements
- Derived
- Inherited Members
Constructors
FontException(string)
Initializes a new instance of the FontException class.
public FontException(string message)
Parameters
messagestringThe message that describes the error.