| ISearchSchemaExceptionAddField Method | 
Namespace: Ingeniux.CMS
 Syntax
Syntax Exceptions
Exceptions| 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. | 
 Remarks
RemarksIf "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.
 See Also
See Also