Initializes a new instance of the PdfXConformanceException class

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

Syntax

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

Parameters

s
Type: System..::..String

See Also