Table of Contents

Class PdfConformanceException

Namespace
Syncfusion.Pdf
Assembly
Syncfusion.Pdf.Portable.dll

Exception of this type is raised when the document contains object which are not supported by current document standard.Inherited from PdfDocumentException

public class PdfConformanceException : PdfDocumentException, ISerializable
Inheritance
PdfConformanceException
Implements
Inherited Members

Constructors

PdfConformanceException()

Initializes object with default error message.

public PdfConformanceException()

PdfConformanceException(Exception)

Initializes object with default error message and inner exception object.

public PdfConformanceException(Exception innerException)

Parameters

innerException Exception

The inner exception.

PdfConformanceException(string)

Initializes object by specified error message.

public PdfConformanceException(string message)

Parameters

message string

User defined error message.

PdfConformanceException(string, Exception)

Initializes object with specified error message and inner exception object.

public PdfConformanceException(string message, Exception innerException)

Parameters

message string

User defined error message.

innerException Exception

The inner exception.