Table of Contents

Constructor UnsupportedFontException

Namespace
BitMiracle.Docotic.Pdf
Assembly
BitMiracle.Docotic.Pdf.dll

UnsupportedFontException()

Initializes a new instance of the UnsupportedFontException class.

public UnsupportedFontException()

UnsupportedFontException(string)

Initializes a new instance of the UnsupportedFontException class.

public UnsupportedFontException(string message)

Parameters

message string

The message.

UnsupportedFontException(string, Exception)

Initializes a new instance of the UnsupportedFontException class.

public UnsupportedFontException(string message, Exception innerException)

Parameters

message string

The message.

innerException Exception

The inner exception.