Table of Contents

Class PdfDocumentException

Namespace
EvoPdf
Assembly
evohtmltopdf.dll

Exception thrown by the HTML to PDF converter library

[ClassInterface(ClassInterfaceType.AutoDual)]
public class PdfDocumentException : Exception, ISerializable
Inheritance
PdfDocumentException
Implements
Inherited Members

Constructors

PdfDocumentException(string)

Constructor

public PdfDocumentException(string message)

Parameters

message string

The exception message

PdfDocumentException(string, Exception)

Constructor

public PdfDocumentException(string message, Exception innerException)

Parameters

message string

The exception message

innerException Exception

The inner exception that triggered this exception