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
stringthe error message
PdfUAConformanceException(string, Exception)
Creates a PdfUAConformanceException.
public PdfUAConformanceException(string message, Exception cause)