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 Getting Started with Layout API article provides essential information on how to generate PDFs with the API.

Check out the other articles and code samples on the C# PDF generation library page.

Constructors

LayoutException()

Initializes a new instance of the LayoutException class.

LayoutException(SerializationInfo, StreamingContext)

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.