ArcObjects Library Reference (DataSourcesRaster)  

IThreadedProcessor.ErrorInfo Property

Get errors from failed execution.

[Visual Basic .NET]
Public ReadOnly Property ErrorInfo As IErrorInfo
[C#]
public IErrorInfo ErrorInfo {get;}
[C++]
HRESULT get_ErrorInfo(
  IErrorInfo** ppErrorInfo
);
[C++]

Parameters

ppErrorInfo [out, retval]

  ppErrorInfo is a parameter of type IErrorInfo

Product Availability

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

See Also

IThreadedProcessor Interface