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


IInvalidObjectInfo.ErrorDescription Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > II > IInvalidObjectInfo Interface > IInvalidObjectInfo.ErrorDescription Property
ArcGIS Developer Help

IInvalidObjectInfo.ErrorDescription Property

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(
  System.String* invalidFeatureErrorDescription
);
[C++]
Parameters
invalidFeatureErrorDescription [out, retval]

invalidFeatureErrorDescription is a parameter of type BSTR*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Remarks

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

See Also

IInvalidObjectInfo Interface