FontNotFoundException

FontNotFoundException()

Initializes a new instance of the FontNotFoundException class.

public FontNotFoundException()

See Also


FontNotFoundException(string)

Initializes a new instance of the FontNotFoundException class with a specified font name.

public FontNotFoundException(string fontName)
Parameter Type Description
fontName String The requested font name.

See Also