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


IDrLoader.LastError Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > ID > IDrLoader Interface > IDrLoader.LastError Property
ArcGIS Developer Help

IDrLoader.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.

Description

Get the last error occurred during the loading.

See Also

IDrLoader Interface