Class InvalidFontFileException
Exception font loading can throw if it encounters invalid data during font loading.
public class InvalidFontFileException : Exception, ISerializable
- Inheritance
-
InvalidFontFileException
- Implements
- Derived
- Inherited Members
Constructors
InvalidFontFileException(string)
Initializes a new instance of the InvalidFontFileException class.
public InvalidFontFileException(string message)
Parameters
messagestringThe message that describes the error.