Table of Contents

Constructor FormFieldEditException

Namespace
DocWright.Dom.Forms
Assembly
DocWright.Dom.dll

FormFieldEditException()

Initializes the exception.

public FormFieldEditException()

FormFieldEditException(string)

Initializes the exception with a message.

public FormFieldEditException(string message)

Parameters

message string

The error message.

FormFieldEditException(string, Exception?)

Initializes the exception with a message and an inner exception.

public FormFieldEditException(string message, Exception? innerException)

Parameters

message string

The error message.

innerException Exception

The underlying cause.