For serializing purposes only.

Namespace: TallComponents.PDF.Layout.Paragraphs
Assembly: TallComponents.PDF.Layout (in TallComponents.PDF.Layout.dll) Version: 3.0.63.0

Syntax

C#
protected InvalidXhtmlException(
	SerializationInfo info,
	StreamingContext context
)
Visual Basic
Protected Sub New ( _
	info As SerializationInfo, _
	context As StreamingContext _
)

Parameters

info
Type: System.Runtime.Serialization..::..SerializationInfo
The serialization info.
context
Type: System.Runtime.Serialization..::..StreamingContext
The streaming context.

See Also