This document is archived and information here might be outdated.  Recommended version.


IFieldError Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IF > IFieldError Interface
ArcGIS Developer Help

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

Name Description
Read-only property FieldError Resets the enumeration sequence to the beginning.
Read-only property 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