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
|
Name |
Description |
|
FieldError |
Resets the enumeration sequence to the beginning. |
|
FieldIndex |
Field index for the current field error. |
Classes that implement IFieldError
Classes |
Description |
FieldError |
Esri Field Error object. |
See Also
esriFieldNameErrorType Constants | IFieldChecker Interface