FontNotFoundException

FontNotFoundException class

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

public class FontNotFoundException : WatermarkException

Constructors

Name Description
FontNotFoundException() Initializes a new instance of the FontNotFoundException class.
FontNotFoundException(string) Initializes a new instance of the FontNotFoundException class with a specified font name.

Properties

Name Description
FontName { get; } Gets the requested font name.

See Also