This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > II > IInvalidObjectInfo Interface > IInvalidObjectInfo.ErrorDescription Property (ArcObjects .NET 10.5 SDK) |
The description of the error in converting the feature/row.
[Visual Basic .NET] Public ReadOnly Property ErrorDescription As String
[C#] public string ErrorDescription {get;}
[C++]
HRESULT get_ErrorDescription(
BSTR* invalidFeatureErrorDescription
);
[C++]
Parameters invalidFeatureErrorDescription [out, retval] invalidFeatureErrorDescription is a parameter of type BSTR
The IInvalidObjectInfo interface returns information about an object that could not be loaded.
One example of ErrorDescription is: �The coordinates or measures are out of bounds.�