Constructor FontNotFoundException
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
FontNotFoundException()
Initializes a new instance of the FontNotFoundException class.
public FontNotFoundException()
FontNotFoundException(string)
Initializes a new instance of the FontNotFoundException class.
public FontNotFoundException(string message)
Parameters
message
stringThe message.
FontNotFoundException(string, Exception)
Initializes a new instance of the FontNotFoundException class.
public FontNotFoundException(string message, Exception innerException)