Table of Contents

Class DocWrightException

Namespace
DocWright.Core
Assembly
DocWright.Core.dll

The base type for every exception DocWright throws deliberately. Catching this type catches all library-defined failures while letting unexpected runtime faults surface.

public class DocWrightException : Exception, ISerializable
Inheritance
DocWrightException
Implements
Derived
Inherited Members

Constructors

DocWrightException()

Initializes the exception.

DocWrightException(string)

Initializes the exception with a message.

DocWrightException(string, Exception?)

Initializes the exception with a message and an inner exception.