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
stringThe exception message
PdfDocumentException(string, Exception)
Constructor
public PdfDocumentException(string message, Exception innerException)