IGeoDatabaseErrorRecords Interface

Provides access to members that control the GeoDatabase Error Records.

Members

Name Description
Read-only property ErrorCount The count of error records.
Read-only property ErrorDescription The description of the specified error record.

IGeoDatabaseErrorRecords.ErrorCount Property

The count of error records.

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

IGeoDatabaseErrorRecords.ErrorDescription Property

The description of the specified error record.

Public Function get_ErrorDescription ( _
    ByVal Index As Integer _
) As String
public string get_ErrorDescription (
    int Index
);

Classes that implement IGeoDatabaseErrorRecords

Classes Description

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