Table of Contents

Class PdfUAConformanceException

Namespace
iText.Pdfua.Exceptions
Assembly
itext.pdfua.dll

Exception that is thrown when the PDF Document doesn't adhere to the PDF/UA specification.

public class PdfUAConformanceException : PdfException
Inheritance
PdfUAConformanceException
Inherited Members

Constructors

PdfUAConformanceException(string)

Creates a PdfUAConformanceException.

public PdfUAConformanceException(string message)

Parameters

message string

the error message

PdfUAConformanceException(string, Exception)

Creates a PdfUAConformanceException.

public PdfUAConformanceException(string message, Exception cause)

Parameters

message string

the detail message.

cause Exception

the cause.