Class FontNotFoundException

FontNotFoundException class

The exception that is thrown when a font is not found.

public sealed class FontNotFoundException : ApplicationException

Constructors

NameDescription
FontNotFoundException(Exception)Initializes a new instance of the FontNotFoundException class with a reference to the inner exception that is the cause of this exception.
FontNotFoundException(string)Initializes a new instance of the FontNotFoundException class.
FontNotFoundException(string, Exception)Initializes a new instance of the FontNotFoundException class with a specified error message and a reference to the inner exception that is the cause of this exception.

See Also