IFieldError Interface

Provides access to field name errors.

Description

IFieldErrorobjects 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.

IFieldError.FieldError Property

Resets the enumeration sequence to the beginning.

Public ReadOnly Property FieldError As esriFieldNameErrorType
public esriFieldNameErrorType FieldError {get;}

IFieldError.FieldIndex Property

Field index for the current field error.

Public ReadOnly Property FieldIndex As Integer
public int FieldIndex {get;}

Classes that implement IFieldError

Classes Description
FieldError Esri Field Error object.

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.