Constructor FormFieldEditException
FormFieldEditException()
Initializes the exception.
public FormFieldEditException()
FormFieldEditException(string)
Initializes the exception with a message.
public FormFieldEditException(string message)
Parameters
messagestringThe error message.
FormFieldEditException(string, Exception?)
Initializes the exception with a message and an inner exception.
public FormFieldEditException(string message, Exception? innerException)