Table of Contents

Constructor LayoutException

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

LayoutException()

Initializes a new instance of the LayoutException class.

public LayoutException()

LayoutException(string)

Initializes a new instance of the LayoutException class.

public LayoutException(string message)

Parameters

message string

The message.

LayoutException(string, Exception)

Initializes a new instance of the LayoutException class.

public LayoutException(string message, Exception innerException)

Parameters

message string

The message.

innerException Exception

The inner exception.