DeprecatedFeatureException

DeprecatedFeatureException

Overview

DeprecatedFeatureException is a class in Aspose.PDF FOSS for .NET. Inherits from: PdfException.

Thrown when an operation requests a feature that the document’s PDF version has deprecated — e.g.

This class provides 7 methods for working with DeprecatedFeatureException objects in .NET programs. Available methods include: DeprecatedFeatureException, GenerateCrashReport, PdfException. All public members are accessible to any .NET application after installing the Aspose.PDF FOSS for .NET package.

Methods

SignatureDescription
DeprecatedFeatureException()Initializes a new instance of the DeprecatedFeatureException class.
DeprecatedFeatureException(message: string)Initializes a new instance of the DeprecatedFeatureException class with a message.
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.