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