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


IRasterCatalogLoader.LastError Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IRasterCatalogLoader.LastError Property

The last loading error.

[Visual Basic .NET]
Public ReadOnly Property LastError As IErrorInfo
[C#]
public IErrorInfo LastError {get;}
[C++]
HRESULT get_LastError(
  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

IRasterCatalogLoader Interface