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

Syntax

C#
public void ThrowError(
	string error
)
Visual Basic
Public Sub ThrowError ( _
	error As String _
)
Visual C++
public:
void ThrowError(
	String^ error
)

Parameters

error
Type: System..::..String

See Also