Table of Contents

Class UnsupportedFeatureException

Namespace
DocWright.Core
Assembly
DocWright.Core.dll

Thrown when the document uses a feature DocWright does not support. In the default lenient mode unsupported features are reported through IConversionDiagnostics and rendering degrades gracefully; this exception is thrown only when strict mode is enabled, or when no degraded behavior exists at all.

public sealed class UnsupportedFeatureException : DocWrightException, ISerializable
Inheritance
UnsupportedFeatureException
Implements
Inherited Members

Constructors

UnsupportedFeatureException()

Initializes the exception.

UnsupportedFeatureException(string)

Initializes the exception with a message.

UnsupportedFeatureException(string, string?)

Initializes the exception with a message and a structured diagnostic code.

UnsupportedFeatureException(string, string?, Exception?)

Initializes the exception with a message, a diagnostic code and an inner exception.

Properties

DiagnosticCode

Gets the structured diagnostic code identifying the unsupported feature, if known.