Table of Contents

Class PdfXConformanceException

Namespace
iTextSharp.text.pdf
Assembly
iTextSharp.LGPLv2.Core.dll

@author psoares

public class PdfXConformanceException : Exception, ISerializable
Inheritance
PdfXConformanceException
Implements
Inherited Members

Constructors

PdfXConformanceException()

Creates a new instance of PdfXConformanceException.

public PdfXConformanceException()

PdfXConformanceException(string)

Creates a new instance of PdfXConformanceException.

public PdfXConformanceException(string s)

Parameters

s string

PdfXConformanceException(string, Exception)

public PdfXConformanceException(string message, Exception innerException)

Parameters

message string
innerException Exception