Initializes a new instance of the HyphenationException class

Namespace: iTextSharp.text.pdf.hyphenation
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0

Syntax

C#
public HyphenationException(
	string msg
)
Visual Basic
Public Sub New ( _
	msg As String _
)
Visual C++
public:
HyphenationException(
	String^ msg
)

Parameters

msg
Type: System..::..String

See Also