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
- innerExceptionException
- The inner exception. 
PdfConformanceException(string)
Initializes object by specified error message.
public PdfConformanceException(string message)Parameters
- messagestring
- User defined error message. 
PdfConformanceException(string, Exception)
Initializes object with specified error message and inner exception object.
public PdfConformanceException(string message, Exception innerException)