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.

LayoutException(SerializationInfo, StreamingContext)

Initializes a new instance of the LayoutException class.

protected LayoutException(SerializationInfo info, StreamingContext context)

Parameters

info SerializationInfo

The SerializationInfo that holds the serialized object data about the exception being thrown.

context StreamingContext

The StreamingContext that contains contextual information about the source or destination.

Exceptions

ArgumentNullException

The info parameter is null.

SerializationException

The class name is null or HResult is zero (0).