Table of Contents

Class InvalidDocumentException

Namespace
DocWright.Core
Assembly
DocWright.Core.dll

Thrown when an input document is structurally invalid (not a valid package, missing required parts, malformed XML) and no meaningful degraded output exists.

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

Constructors

InvalidDocumentException()

Initializes the exception.

InvalidDocumentException(string)

Initializes the exception with a message.

InvalidDocumentException(string, Exception?)

Initializes the exception with a message and an inner exception.