I'm trying to perform the following operation:
IPropertySet addressProperties = reverseGeocoding.ReverseGeocode(point, false);
And I get this error: Exception from HRESULT: 0x80040217
Is there some function to get a human readable form of this error?
I'm using ArcEngine C# and VS2010.
