ArcObjects Library Reference (Carto)  

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(
  BSTR* 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