ArcObjects Library Reference (GeoDatabase)  

IFieldError Interface

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
Read-only property FieldError Resets the enumeration sequence to the beginning.
Read-only property FieldIndex Field index for the current field error.

CoClasses that implement IFieldError

CoClasses and Classes Description
FieldError Esri Field Error object.

See Also

esriFieldNameErrorType Constants | IFieldChecker Interface

.NET Related Topics

Creating fields