ArcObjects Library Reference (DataSourcesRaster)  

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