Table of Contents

Constructor CannotShowTextException

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

CannotShowTextException()

Initializes a new instance of the CannotShowTextException class.

public CannotShowTextException()

CannotShowTextException(string)

Initializes a new instance of the CannotShowTextException class.

public CannotShowTextException(string message)

Parameters

message string

The message.

CannotShowTextException(string, Exception)

Initializes a new instance of the CannotShowTextException class.

public CannotShowTextException(string message, Exception innerException)

Parameters

message string

The message.

innerException Exception

The inner exception.