Table of Contents

Class LayoutException

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

The exception that is thrown for incorrect layouts.

public class LayoutException : Exception, ISerializable
Inheritance
LayoutException
Implements
Inherited Members

Remarks

The .NET PDF generator article provides essential information on how to generate PDFs with the API.

Constructors

LayoutException()

Initializes a new instance of the LayoutException class.

LayoutException(string)

Initializes a new instance of the LayoutException class.

LayoutException(string, Exception)

Initializes a new instance of the LayoutException class.