Class PdfException
Contents
[
Hide
]PdfException class
Represents errors that occur during PDF application execution.
public class PdfException : Exception
Constructors
Name | Description |
---|---|
PdfException() | Initializes a new instance of the PdfException class. |
PdfException(Exception) | Initializes a new instance of the PdfException class with a reference to the inner exception that is the cause of this exception. |
PdfException(string) | Initializes a new instance of the PdfException class. |
PdfException(string, Exception) | Initializes a new instance of the PdfException class with a specified error message and a reference to the inner exception that is the cause of this exception. |
Methods
Name | Description |
---|---|
static GenerateCrashReport(CrashReportOptions) | Forms crash report based on Exception HTML format |
See Also
- namespace Aspose.Pdf
- assembly Aspose.PDF