Table of Contents

Constructor DocumentIntegrityException

Namespace
DocWright.Core
Assembly
DocWright.Core.dll

DocumentIntegrityException()

Initializes the exception.

public DocumentIntegrityException()

DocumentIntegrityException(string)

Initializes the exception with a message.

public DocumentIntegrityException(string message)

Parameters

message string

The error message.

DocumentIntegrityException(string, Exception?)

Initializes the exception with a message and an inner exception.

public DocumentIntegrityException(string message, Exception? innerException)

Parameters

message string

The error message.

innerException Exception

The underlying cause.