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


IConvertLabelsToAnnotation.ErrorInfo Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IC > IConvertLabelsToAnnotation Interface > IConvertLabelsToAnnotation.ErrorInfo Property
ArcGIS Developer Help

IConvertLabelsToAnnotation.ErrorInfo Property

Error information generated by the conversion process.

[Visual Basic .NET]
Public ReadOnly Property ErrorInfo As String
[C#]
public string ErrorInfo {get;}
[C++]
HRESULT get_ErrorInfo(
  System.String* info
);
[C++]
Parameters
info [out, retval]

info is a parameter of type BSTR*

Product Availability

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

Remarks

This property returns a string of error information resulting from the conversion.

See Also

IConvertLabelsToAnnotation Interface