Class FormFieldEditException
Thrown when a legacy form field edit was refused because it could not be applied with certainty, or because the property does not apply to the field's kind.
As with content controls, the refusal is the feature: a form field's typed
properties are a view over the preserved w:ffData, and that island is what the
writer emits. When this is thrown, neither the island nor the field has changed.
public sealed class FormFieldEditException : DocWrightException, ISerializable
- Inheritance
-
FormFieldEditException
- Implements
- Inherited Members
Constructors
- FormFieldEditException()
Initializes the exception.
- FormFieldEditException(string)
Initializes the exception with a message.
- FormFieldEditException(string, Exception?)
Initializes the exception with a message and an inner exception.