Class MissingOptionalDependencyException

MissingOptionalDependencyException class

Represents an error that occurs when an optional dependency required by a feature is not available in the application.

public sealed class MissingOptionalDependencyException : PdfException

Constructors

NameDescription
MissingOptionalDependencyException()Initializes a new instance of the MissingOptionalDependencyException class.
MissingOptionalDependencyException(string)Initializes a new instance of the MissingOptionalDependencyException class with the specified error message.
MissingOptionalDependencyException(string, Exception)Initializes a new instance of the MissingOptionalDependencyException class with the specified error message and inner exception.

Remarks

This exception is thrown only when a caller uses a feature whose implementation dependencies are intentionally not exposed as transitive package dependencies.

See Also