Provides access to field name errors.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Description
IFieldError objects are contained in an IEnumFieldError object that only gets propagated when the IFieldChecker .Validate method is used. The IFieldError contains the field index and the type of error (as esriFieldNameErrorType ) that was found.
Members
Description | ||
---|---|---|
FieldError | Resets the enumeration sequence to the beginning. | |
FieldIndex | Field index for the current field error. |
CoClasses that implement IFieldError
CoClasses and Classes | Description |
---|---|
FieldError | ESRI Field Error object. |
See Also
IFieldChecker Interface | esriFieldNameErrorType Constants