Class SanitizationException
Contents
[
Hide
]SanitizationException class
The exception that is thrown when an sanitization operation failed.
public sealed class SanitizationException : PdfException
Constructors
| Name | Description |
|---|---|
| SanitizationException() | Initializes a new instance of the SanitizationException class. |
| SanitizationException(Exception) | Initializes a new instance of the SanitizationException class with a specified error message and a reference to the inner exception that is the cause of this exception. |
| SanitizationException(string) | Initializes a new instance of the SanitizationException class. |
| SanitizationException(string, Exception) | Initializes a new instance of the SanitizationException class with a specified error message and a reference to the inner exception that is the cause of this exception. |
See Also
- class PdfException
- namespace Aspose.Pdf.Sanitization
- assembly Aspose.PDF