ISearchSchemaExceptionAddField Method |
Namespace: Ingeniux.CMS
Exception | Condition |
---|---|
ArgumentException | When given field name doesn't exist on Schema, another field exception with the same name already exists, or Schema no longer exists. |
If "fieldException" is null, does nothing.
If field with the given name doesn't exist on the Schema, error will be thrown.
If a field configuration entry for the same field name already exists, error will be thrown.
If the Schema this exception based on no longer exists, error will be thrown.