Table of Contents

Constructor ContentControlEditException

Namespace
DocWright.Dom.ContentControls
Assembly
DocWright.Dom.dll

ContentControlEditException()

Initializes the exception.

public ContentControlEditException()

ContentControlEditException(string)

Initializes the exception with a message.

public ContentControlEditException(string message)

Parameters

message string

The error message.

ContentControlEditException(string, Exception?)

Initializes the exception with a message and an inner exception.

public ContentControlEditException(string message, Exception? innerException)

Parameters

message string

The error message.

innerException Exception

The underlying cause.