Table of Contents

Constructor InvalidDocumentException

Namespace
DocWright.Core
Assembly
DocWright.Core.dll

InvalidDocumentException()

Initializes the exception.

public InvalidDocumentException()

InvalidDocumentException(string)

Initializes the exception with a message.

public InvalidDocumentException(string message)

Parameters

message string

The error message.

InvalidDocumentException(string, Exception?)

Initializes the exception with a message and an inner exception.

public InvalidDocumentException(string message, Exception? innerException)

Parameters

message string

The error message.

innerException Exception

The underlying cause.