PdfException Class
Definition
Base exception for PDF-related errors.
public class PdfException
Constructors
| Name | Description |
|---|---|
| PdfException (2 overloads) | No summary available. |
PdfException overloads
PdfException Constructor
public PdfException(string message)
Parameters
message string
PdfException Constructor
public PdfException(string message, Exception inner)
Parameters
message string
inner Exception