Show / Hide Table of Contents

Property LoadError

LoadError

Gets the Exception associated with the last load error.

Declaration
public Exception? LoadError { get; }
Property Value
Type Description
Exception

The Exception if the most recent load failed; null otherwise.

Implements
ILoadable.LoadError
Remarks

Available only while LoadStatus is FailedToLoad; null in every other state. If loading succeeds after calling RetryLoadAsync(), the error is cleared.

Applies to

Platforms and versions
TargetVersions
.NET300.0 - 300.1
.NET Windows300.0 - 300.1
.NET Android300.0 - 300.1
.NET iOS300.0 - 300.1
In this article
Provide feedback
Back to top Copyright © 2025 Esri.