SanitizationException
Overview
SanitizationException is a class in Aspose.PDF FOSS for .NET.
Inherits from: PdfException.
Thrown when a document structure is recognised as a signature-forgery attack (e.g.
This class provides 9 methods for working with SanitizationException objects in .NET programs.
Available methods include: GenerateCrashReport, PdfException, SanitizationException.
All public members are accessible to any .NET application after installing the Aspose.PDF FOSS for .NET package.
Methods
| Signature | Description |
|---|---|
SanitizationException() | Create a sanitization exception. |
SanitizationException(message: string) | Create a sanitization exception with a message. |
SanitizationException(message: string, innerException: Exception) | Create a sanitization exception with a message and inner exception. |
SanitizationException(innerException: Exception) | Create a sanitization exception wrapping an inner exception. |
PdfException() | Initializes a new instance of the PdfException class. |
PdfException(message: string) | Initializes a new instance of the PdfException class with a message. |
PdfException(message: string, innerException: Exception) | Initializes a new instance of the PdfException class with a message and inner exception. |
PdfException(innerException: Exception) | Initializes a new instance of the PdfException class wrapping the inner exception. |
GenerateCrashReport(options: CrashReportOptions) | Write a crash report to disk per options. |