Table of Contents

Constructor UnexpectedStructureException

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

UnexpectedStructureException()

Initializes a new instance of the UnexpectedStructureException class.

public UnexpectedStructureException()

UnexpectedStructureException(string)

Initializes a new instance of the UnexpectedStructureException class.

public UnexpectedStructureException(string message)

Parameters

message string

The message.

UnexpectedStructureException(string, Exception)

Initializes a new instance of the UnexpectedStructureException class.

public UnexpectedStructureException(string message, Exception innerException)

Parameters

message string

The message.

innerException Exception

The inner exception.