Table of Contents

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 string

The message.

FontNotFoundException(string, Exception)

Initializes a new instance of the FontNotFoundException class.

public FontNotFoundException(string message, Exception innerException)

Parameters

message string

The message.

innerException Exception

The inner exception.